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:
Anthony Minessale
2007-01-26 17:52:22 +00:00
parent c48449854d
commit 28807552d0
2 changed files with 54 additions and 41 deletions

View File

@@ -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 */