summaryrefslogtreecommitdiff
path: root/common/collection/collection_ut.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-14Fixing memory issues in ini and collectionDmitri Pal1-6/+9
The read_line() function used an internal buffer allocated on stack as temporary storage for a line read from file, then returned it. read_line() now gets a buffer from the caller. Fixed memory leaks in INI and Collection found by valgrind.
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher1-4/+1
2009-04-06First commit of basic collection API.Dmitri Pal1-0/+712