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…
Reference in New Issue