[gtk+] cleanup: do not set members to null in finalize
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] cleanup: do not set members to null in finalize
- Date: Sat, 1 Aug 2015 19:36:53 +0000 (UTC)
commit ca8f6dd7f6f49bcd7627e5adcebf9f29148b5d3e
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Aug 1 21:31:49 2015 +0200
cleanup: do not set members to null in finalize
gtk/gtkimcontextsimple.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index c6ac597..6afc5d2 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -139,7 +139,6 @@ gtk_im_context_simple_finalize (GObject *obj)
GtkIMContextSimplePrivate *priv = context_simple->priv;
g_slist_free_full (priv->tables, g_free);
- priv->tables = NULL;
G_OBJECT_CLASS (gtk_im_context_simple_parent_class)->finalize (obj);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]