mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
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
Block a user