]> git.evergreen-ils.org Git - OpenSRF.git/commit
When traversing a list of osrfMessages: don't free the messages.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Jun 2010 18:31:32 +0000 (18:31 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Jun 2010 18:31:32 +0000 (18:31 +0000)
commitdb2d4bb5a15e1b4330a29d2148877dd03dd7a9b0
treeecd4c53946099be77888f179c5338936475097fe
parentd29d1a0050590ba94c9da9d2c380345d865a0ab4
When traversing a list of osrfMessages: don't free the messages.
The list owns them.  Instead, get the list to free them when
you're done, by calling osrfListClear().

M    src/router/osrf_router.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1957 9efc2488-bf62-4759-914b-345cdb29e865
src/router/osrf_router.c