mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
revert 471bd6df1a and implement reference counting on the xml roots to achieve the same end result
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user