[totem/gnome-3-4] browser-plugin: fix memory leak in NP_GetMIMEDescription



commit 7b9058a358804474aacb4ceecc8cbdb92c3572b7
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]