fixes the memory leak i made? maybe? lol

This commit is contained in:
duncathan 2021-04-02 00:07:39 -06:00
parent 5cd8fdddc2
commit 1cd3e0d381
3 changed files with 9 additions and 0 deletions

View File

@ -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.