summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-08-14 23:04:37 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-08-20 15:47:34 -0400
commit2d9c788b5837d2a8db025306322a5a8f63a8c9af (patch)
tree761ed48fa42af44cc3390579196bbc7702d42b69 /configure.ac
parent1a0231e8d9162a5fe568436f9db0248ddf691e63 (diff)
downloadding-libs-2d9c788b5837d2a8db025306322a5a8f63a8c9af.tar.gz
ding-libs-2d9c788b5837d2a8db025306322a5a8f63a8c9af.tar.xz
ding-libs-2d9c788b5837d2a8db025306322a5a8f63a8c9af.zip
COMMON Fixes to return values, errno, leaks
Started looking at the ticket #107 related to traverse functions. Realized that the return values are not consistent. That ovelapped with the work that I wanted to do for ticket #103 - errno cleanup. So I (across collection, INI and ELAPI): * Made the return codes consistent (where found) * Removed errno where it is not needed While was testing used valgrind and found a nasty problem when the value was added to collection with overwriting duplicates the count was decreased improperly. Fixing collection.c to not decrease count made valgrind happy. While I was debugging this I also spotted several build warnings in trace statements when the " exp ? v1 : v2 " was used. Fixed those. In ini_config.c there was a trace stament that used variable after it was freed. Removed trace stament.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions