[svn-commits] kpfleming: branch 1.2 r47686 - /branches/1.2/config.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Nov 15 12:42:06 MST 2006


Author: kpfleming
Date: Wed Nov 15 13:42:05 2006
New Revision: 47686

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47686
Log:
clear the category's variable tail pointer as well when variables are detached from it

Modified:
    branches/1.2/config.c

Modified: branches/1.2/config.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/config.c?view=diff&rev=47686&r1=47685&r2=47686
==============================================================================
--- branches/1.2/config.c (original)
+++ branches/1.2/config.c Wed Nov 15 13:42:05 2006
@@ -301,6 +301,7 @@
 
 	v = cat->root;
 	cat->root = NULL;
+	cat->last = NULL;
 
 	return v;
 }



More information about the svn-commits mailing list