(trunk gtk) fix another minor memory leak detected by valgrind

This commit is contained in:
Charles Kerr 2010-01-20 17:20:35 +00:00
parent 704261527c
commit af499e58e2
1 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,8 @@ onAddURLResponse( GtkDialog * dialog, int response, gpointer user_data )
destroy = FALSE;
}
}
g_free( url );
}
if( destroy )