stas 2003/12/10 00:41:22
Modified: xs/APR/APR APR.xs
. Changes
Log:
Fix a compilation error when MP_HAVE_APR_LIBS is not defined
Submitted by: Fred Moyer <[EMAIL PROTECTED]>
Revision Changes Path
1.9 +1 -1 modperl-2.0/xs/APR/APR/APR.xs
Index: APR.xs
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/APR/APR/APR.xs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- APR.xs 5 Nov 2003 07:24:58 -0000 1.8
+++ APR.xs 10 Dec 2003 08:41:22 -0000 1.9
@@ -28,7 +28,7 @@
}
}
#else
-# define extra_apr_init()
+# define extra_apr_init(aTHX)
#endif
MODULE = APR PACKAGE = APR
1.275 +3 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -u -r1.274 -r1.275
--- Changes 10 Dec 2003 01:46:29 -0000 1.274
+++ Changes 10 Dec 2003 08:41:22 -0000 1.275
@@ -12,6 +12,9 @@
=item 1.99_12-dev
+Fix a compilation error in APX.xs when MP_HAVE_APR_LIBS is not defined
+[Fred Moyer <[EMAIL PROTECTED]>]
+
fix a memory leak when $filter->ctx is used [Stas]
fix buglet on Win32 (and potentially other non-Unix platforms)