diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index f0d8c2d92..aac37cfe9 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -728,6 +728,11 @@ editor_can_open_uri (char *address) gnome_vfs_uri_unref (uri); } + if (app) + { + gnome_vfs_mime_application_free (app); + } + return result; } |