mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-21 14:22:47 +00:00
fixes the memory leak i made? maybe? lol
This commit is contained in:
parent
5cd8fdddc2
commit
1cd3e0d381
|
@ -139,6 +139,15 @@ add esp, 20 ; 00000020H
|
|||
test eax, eax
|
||||
je SHORT :$LN8@StartCredi
|
||||
; Line 297
|
||||
mov eax, [Strip_addr]
|
||||
test eax, eax
|
||||
je :blah
|
||||
|
||||
push eax
|
||||
call _free
|
||||
pop ecx
|
||||
|
||||
:blah
|
||||
push size
|
||||
push MAX_STRIP
|
||||
call _calloc
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue