You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2012/08/05 23:48:53 UTC

[Bug 52528] apr_dbd_get_driver doesn't clean up nice when failing to load a module

https://issues.apache.org/bugzilla/show_bug.cgi?id=52528

--- Comment #5 from Stefan Fritsch <sf...@sfritsch.de> ---
I think apr_dbd_get_driver() should not ignore the passed in pool but pass it
to apu_dso_load(). The latter will only use it for temporary data, anyway, and
load the dso with the global pool.

apr_dso_load() (apr_, not apu_) will still allocate the size of a
apr_dso_handle_t on failure, but that's much less than what apu_dso_load() will
allocate for pathnames, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org