[gedit] Add FIXME comment for a potential memory leak
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Add FIXME comment for a potential memory leak
- Date: Sun, 9 Jun 2013 12:54:09 +0000 (UTC)
commit 5ebe29c84d73c6f53b034b2f0f533f6f474e0556
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Jun 9 14:53:13 2013 +0200
Add FIXME comment for a potential memory leak
plugins/time/gedit-time-plugin.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/time/gedit-time-plugin.c b/plugins/time/gedit-time-plugin.c
index 4b1f2cd..a1c8597 100644
--- a/plugins/time/gedit-time-plugin.c
+++ b/plugins/time/gedit-time-plugin.c
@@ -1031,6 +1031,8 @@ gedit_time_plugin_create_configure_widget (PeasGtkConfigurable *configurable)
widget = get_configure_widget (GEDIT_TIME_PLUGIN (configurable));
+ /* FIXME: memory leak? Only widget->content is freed, not the entire
+ * struct. */
return widget->content;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]