[Commits] [SCM] claws branch, master, updated. 3.9.3-104-ga9aae8f
colin at claws-mail.org
colin at claws-mail.org
Sun Apr 27 22:05:54 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via a9aae8f1aded116587af78fa7882b213dd9908fb (commit)
via 5bf6c64e0685ca577f9ea4be5a578199dd192947 (commit)
from 6bea79902f2bfe038905efd7b633715c47045657 (commit)
- Log -----------------------------------------------------------------
commit a9aae8f1aded116587af78fa7882b213dd9908fb
Merge: 5bf6c64 6bea799
Author: Colin Leroy <colin at colino.net>
Date: Sun Apr 27 22:05:35 2014 +0200
Merge branch 'master' of ssh://git.claws-mail.org/home/git/claws
commit 5bf6c64e0685ca577f9ea4be5a578199dd192947
Author: Colin Leroy <colin at colino.net>
Date: Sun Apr 27 22:04:50 2014 +0200
Fix leak (bug #3148, thanks for the heads up!)
diff --git a/src/main.c b/src/main.c
index c2bcaff..be6a003 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2166,6 +2166,7 @@ gchar *claws_get_socket_name(void)
filename = g_strdup_printf("%s%c%s", socket_dir, G_DIR_SEPARATOR,
md5sum);
+ g_free(socket_dir);
debug_print("Using control socket %s\n", filename);
}
-----------------------------------------------------------------------
Summary of changes:
src/main.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list