[Commits] archiver_gtk.c 1.1.2.29 1.1.2.30
miras at claws-mail.org
miras at claws-mail.org
Mon Oct 31 02:38:56 CET 2011
Update of /home/claws-mail/plugins/archive/src
In directory claws-mail:/tmp/cvs-serv11453/src
Modified Files:
Tag: gtk2
archiver_gtk.c
Log Message:
2011-10-31 [michael] 0.6.10cvs2
* src/archiver_gtk.c
Fix possible dangling pointer reference.
Index: archiver_gtk.c
===================================================================
RCS file: /home/claws-mail/plugins/archive/src/Attic/archiver_gtk.c,v
retrieving revision 1.1.2.29
retrieving revision 1.1.2.30
diff -u -d -r1.1.2.29 -r1.1.2.30
--- archiver_gtk.c 22 Oct 2011 18:25:26 -0000 1.1.2.29
+++ archiver_gtk.c 31 Oct 2011 01:38:54 -0000 1.1.2.30
@@ -490,7 +490,7 @@
GSList* list = NULL;
const gchar* res = NULL;
AFileTest perm;
- gchar* msg;
+ gchar* msg = NULL;
if (page->path == NULL || page->name == NULL) {
/* Test if page->file and page->folder has uncommitted information */
More information about the Commits
mailing list