(trunk gtk) fix another minor memory leak detected by valgrind
This commit is contained in:
parent
704261527c
commit
af499e58e2
|
@ -505,6 +505,8 @@ onAddURLResponse( GtkDialog * dialog, int response, gpointer user_data )
|
|||
destroy = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
g_free( url );
|
||||
}
|
||||
|
||||
if( destroy )
|
||||
|
|
Loading…
Reference in New Issue