mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-15 01:24:35 +02:00
#138 fix memory leak
This commit is contained in:
@@ -2586,8 +2586,10 @@ namespace TR {
|
|||||||
readSAT(sad);
|
readSAT(sad);
|
||||||
readSAT(spr);
|
readSAT(spr);
|
||||||
readSAT(snd);
|
readSAT(snd);
|
||||||
if (cin)
|
if (cin) {
|
||||||
readCIN(*cin);
|
readCIN(*cin);
|
||||||
|
delete cin;
|
||||||
|
}
|
||||||
readSAT(stream); // sat
|
readSAT(stream); // sat
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user