]> git.evergreen-ils.org Git - OpenSRF.git/commit
Fixed a bug in osrfRouterClassFree(). We were trying free
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 31 Oct 2009 16:49:15 +0000 (16:49 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 31 Oct 2009 16:49:15 +0000 (16:49 +0000)
commitc471145f680443a83e721bd6fbe79a178b090d4c
tree24a63b8b6ce4ed02d608156139d439440f41a2f5
parent3ab7b68b5c3969cea64ff4da396a710774ae0ecf
Fixed a bug in osrfRouterClassFree().  We were trying free
the same osrfRouterClass twice -- once directly, and once
by an unintended recursion.

M    src/router/osrf_router.c
M    src/router/osrf_router_main.c

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