mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix horrible evil bug update to this revision at once and do a "make sure"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4060 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -84,6 +84,8 @@ struct switch_xml {
|
||||
char **attr;
|
||||
/*! tag character content, empty string if none */
|
||||
char *txt;
|
||||
/*! path to free on destroy*/
|
||||
char *free_path;
|
||||
/*! tag offset from start of parent tag character content */
|
||||
switch_size_t off;
|
||||
/*! next tag with same name in this section at this depth */
|
||||
|
Reference in New Issue
Block a user