mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
wininet: Fixed memory leak in load_persistent_cookie.
This commit is contained in:
parent
c8d1d76909
commit
97e0cf9f5f
@ -234,6 +234,7 @@ static BOOL load_persistent_cookie(LPCWSTR domain, LPCWSTR path)
|
||||
heap_free(name);
|
||||
heap_free(data);
|
||||
}
|
||||
heap_free(str);
|
||||
heap_free(name);
|
||||
heap_free(data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user