diff options
| -rw-r--r-- | applets/clock/calendar-window.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index 8fe2c77c..1e1248f0 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -403,6 +403,8 @@ calendar_window_dispose (GObject *object)  	calwin = CALENDAR_WINDOW (object); +	g_clear_pointer (&calwin->priv->prefs_path, g_free); +  	if (calwin->priv->settings)  		g_object_unref (calwin->priv->settings);  	calwin->priv->settings = NULL;  | 
