[OPEN-ILS-DEV] PATCH: osrf_router.c (bug fix -- double freeing of memory)

Scott McKellar mck9 at swbell.net
Sat Mar 22 23:02:43 EDT 2008


Oops.  Never mind.  Please ignore this patch.

I was confusing osrfHashKeys (which creates a copy of the internal
osrfStringArray) with osrfHashKeysInc (which doesn't.)

I continue to believe that both functions are ill-advised, and should
be replaced by the use of iterators, especially when the osrfHash
code is rewritten for efficiency.

Scott McKellar
http://home.swbell.net/mck9/ct/

--- Scott McKellar <mck9 at swbell.net> wrote:

> This patch removes an inappropriate free in the 
> osrfRouterProcessAppRequest function.
> 



More information about the Open-ils-dev mailing list