]> git.evergreen-ils.org Git - OpenSRF.git/commit
fixed a problem in utils where I was using a va_list after calling va_end on the...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 17 Aug 2005 14:43:44 +0000 (14:43 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 17 Aug 2005 14:43:44 +0000 (14:43 +0000)
commit768ae9cec7bd4a022476e77d73bd03f917b99319
tree7f3d2eb102837cd672779cbd1fb8f929a984c47d
parent9f340004e1cdcf95436e63977f4b2fdd43c53035
fixed a problem in utils where I was using a va_list after calling va_end on the list
found a couple of memory leaks in gateway
got exceptions going through the REST gateway
made makefile a little smarter

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@487 9efc2488-bf62-4759-914b-345cdb29e865
bin/opensrf_all
src/Makefile
src/gateway/Makefile
src/gateway/fieldmapper-c-xml-out.pl
src/gateway/mod_ils_gateway.c
src/utils/utils.c