diff options
Diffstat (limited to 'multiload/cpuload.c')
-rw-r--r-- | multiload/cpuload.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multiload/cpuload.c b/multiload/cpuload.c index 3969b1583..7c3b986a4 100644 --- a/multiload/cpuload.c +++ b/multiload/cpuload.c @@ -28,6 +28,10 @@ applet_save_session (GtkWidget *widget, char *privcfgpath, char *globcfgpath, gpointer data) { return FALSE; + widget = NULL; + privcfgpath = NULL; + globcfgpath = NULL; + data = NULL; } /* start a new instance of the cpuload applet */ |