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