mirror of
https://github.com/XProger/OpenLara.git
synced 2025-02-25 07:52:43 +01:00
#138 fix memory leak
This commit is contained in:
parent
b296d4f6d8
commit
20cdab5153
@ -2586,8 +2586,10 @@ namespace TR {
|
||||
readSAT(sad);
|
||||
readSAT(spr);
|
||||
readSAT(snd);
|
||||
if (cin)
|
||||
if (cin) {
|
||||
readCIN(*cin);
|
||||
delete cin;
|
||||
}
|
||||
readSAT(stream); // sat
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user