[Commits] utils.c 1.36.2.205 1.36.2.206
iwkse at claws-mail.org
iwkse at claws-mail.org
Fri Oct 12 14:21:31 CEST 2012
Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv8881/src/common
Modified Files:
Tag: gtk2
utils.c
Log Message:
2012-10-12 [iwkse] 3.8.1cvs95
* src/common/utils.c
g_free *mutex
Index: utils.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/utils.c,v
retrieving revision 1.36.2.205
retrieving revision 1.36.2.206
diff -u -d -r1.36.2.205 -r1.36.2.206
--- utils.c 12 Oct 2012 10:59:51 -0000 1.36.2.205
+++ utils.c 12 Oct 2012 12:21:29 -0000 1.36.2.206
@@ -5322,7 +5322,7 @@
void cm_mutex_free(GMutex *mutex) {
#if GLIB_CHECK_VERSION(2,32,0)
g_mutex_clear(mutex);
- g_free(m);
+ g_free(mutex);
#else
g_mutex_free(mutex);
#endif
More information about the Commits
mailing list