fix coverity 1109883
This commit is contained in:
parent
9c707c8df0
commit
401d1fd1a6
|
@ -302,6 +302,7 @@ void nsgtk_source_tab_init(GtkWindow *parent, struct browser_window *bw)
|
|||
if (f == NULL) {
|
||||
warn_user(messages_get("gtkSourceTabError"), 0);
|
||||
g_free(filename);
|
||||
free(ndata);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue