Commit 97e0cf9f authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wininet: Fixed memory leak in load_persistent_cookie.

parent c8d1d769
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment