revert 471bd6df1a and implement reference counting on the xml roots to achieve the same end result

This commit is contained in:
Anthony Minessale
2011-03-31 13:43:36 -05:00
parent 88c83420bf
commit 4714ed4380
3 changed files with 51 additions and 68 deletions
+1
View File
@@ -98,6 +98,7 @@ struct switch_xml {
uint32_t flags;
/*! is_switch_xml_root bool */
switch_bool_t is_switch_xml_root_t;
uint32_t refs;
};
/*!