trawick 01/04/19 09:43:26
Modified: dso/unix dso.c
Log:
store the pool handle in apr_os_dso_handle_put()
Revision Changes Path
1.37 +1 -0 apr/dso/unix/dso.c
Index: dso.c
===================================================================
RCS file: /home/cvs/apr/dso/unix/dso.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- dso.c 2001/04/19 14:24:14 1.36
+++ dso.c 2001/04/19 16:43:20 1.37
@@ -75,6 +75,7 @@
{
*aprdso = apr_pcalloc(pool, sizeof **aprdso);
(*aprdso)->handle = *osdso;
+ (*aprdso)->cont = pool;
return APR_SUCCESS;
}