[asterisk-commits] dlee: branch dlee/json-lock r395792 - /team/dlee/json-lock/main/json.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jul 30 14:46:43 CDT 2013


Author: dlee
Date: Tue Jul 30 14:46:41 2013
New Revision: 395792

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395792
Log:
How did that get in there?

Modified:
    team/dlee/json-lock/main/json.c

Modified: team/dlee/json-lock/main/json.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/json-lock/main/json.c?view=diff&rev=395792&r1=395791&r2=395792
==============================================================================
--- team/dlee/json-lock/main/json.c (original)
+++ team/dlee/json-lock/main/json.c Tue Jul 30 14:46:41 2013
@@ -66,7 +66,6 @@
 {
 	mem->magic = 0;
 	ast_mutex_destroy(&mem->mutex);
-	mem->list = {};
 	ast_free(mem);
 }
 




More information about the asterisk-commits mailing list