[totem] browser-plugin: fix memory leak in NP_GetMIMEDescription
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] browser-plugin: fix memory leak in NP_GetMIMEDescription
- Date: Sun, 17 Jun 2012 12:08:39 +0000 (UTC)
commit d83a4f26e556f33e50a4fc4c224536e7337e1ab2
Author: Pavel Vasin <rat4vier gmail com>
Date: Fri Jun 8 15:43:36 2012 +0400
browser-plugin: fix memory leak in NP_GetMIMEDescription
browser-plugin/totemPluginGlue.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totemPluginGlue.cpp b/browser-plugin/totemPluginGlue.cpp
index efb4dd8..b3550ac 100644
--- a/browser-plugin/totemPluginGlue.cpp
+++ b/browser-plugin/totemPluginGlue.cpp
@@ -302,7 +302,7 @@ totem_plugin_mimetype_is_disabled (const char *mimetype,
}
}
- // FIXME g_free (key);
+ g_free (key);
return retval;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]