need to assign priv here, fixes a crash.
2002-11-11 Chris Toshok <toshok@ximian.com> * e-task-widget.c (impl_finalize): need to assign priv here, fixes a crash. svn path=/trunk/; revision=18715
This commit is contained in:
committed by
Chris Toshok
parent
233d008420
commit
169ffee1ef
@ -1,3 +1,8 @@
|
||||
2002-11-11 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* e-task-widget.c (impl_finalize): need to assign priv here, fixes
|
||||
a crash.
|
||||
|
||||
2002-11-11 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell.c (impl_dispose): Do unref the config_listener here [I
|
||||
|
||||
@ -63,6 +63,8 @@ impl_dispose (GObject *object)
|
||||
|
||||
task_widget = E_TASK_WIDGET (object);
|
||||
|
||||
priv = task_widget->priv;
|
||||
|
||||
if (priv->tooltips != NULL) {
|
||||
g_object_unref (priv->tooltips);
|
||||
priv->tooltips = NULL;
|
||||
|
||||
Reference in New Issue
Block a user