[Freeswitch-svn] [commit] r12868 - freeswitch/trunk/src/mod/applications/mod_skel
FreeSWITCH SVN
mrene at freeswitch.org
Wed Apr 1 11:41:46 PDT 2009
Author: mrene
Date: Wed Apr 1 13:41:46 2009
New Revision: 12868
Log:
Free the node element
Modified:
freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c
Modified: freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c Wed Apr 1 13:41:46 2009
@@ -112,8 +112,8 @@
}
}
- if (cfg) {
- switch_xml_free(cfg);
+ if (xml) {
+ switch_xml_free(xml);
}
return SWITCH_STATUS_SUCCESS;
More information about the Freeswitch-svn
mailing list