fix coverity 1109883

This commit is contained in:
Vincent Sanders 2013-10-31 23:16:43 +00:00
parent 9c707c8df0
commit 401d1fd1a6
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}