GTK Port:
- Fix crash that occurs after the GTK file chooser is used to load a ROM. (Fixes bug #1486.)
This commit is contained in:
parent
5a55349155
commit
e9d6cc3611
|
@ -1363,7 +1363,6 @@ static void OpenNdsDialog()
|
|||
gtk_recent_manager_add_full (manager, uri, &recentData);
|
||||
|
||||
g_free(uri);
|
||||
g_free(recentData.app_name);
|
||||
g_free(recentData.app_exec);
|
||||
gtk_action_set_sensitive(gtk_action_group_get_action(action_group, "run"), TRUE);
|
||||
Launch();
|
||||
|
|
Loading…
Reference in New Issue