Chameleon

Chameleon Commit Details

Date:2014-01-07 09:30:39 (10 years 3 months ago)
Author:Chuck Fry
Commit:2307
Parents: 2306
Message:Fix memory leak
Changes:
M/branches/chucko/i386/libsaio/xml.c

File differences

branches/chucko/i386/libsaio/xml.c
744744
745745
746746
747
747748
748749
749750
......
12401241
12411242
12421243
1244
1245
12431246
12441247
{
printf("ParseTagInteger hex error (0x%x) in buffer %s\n", *val, buffer);
getchar();
XMLFreeTag(tmpTag);
return -1;
}
}
tagList->tagNext = tmpTag;
return true;
}
XMLFreeTag(tmpTag);
return false;
}

Archive Download the corresponding diff file

Revision: 2307