mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
fix leak in NET_FreeURLStruct r:gagan
This commit is contained in:
parent
f25a4f4190
commit
5100bd4971
@ -4226,6 +4226,7 @@ NET_FreeURLStruct (URL_Struct * URL_s)
|
||||
FREEIF(URL_s->window_chrome);
|
||||
FREEIF(URL_s->refresh_url);
|
||||
FREEIF(URL_s->wysiwyg_url);
|
||||
FREEIF(URL_s->etag);
|
||||
FREEIF(URL_s->origin_url);
|
||||
FREEIF(URL_s->error_msg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user