aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c5
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;
}