summaryrefslogtreecommitdiff
blob: 687e2f200426e9d8bd5e12d9f79d85749288409d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
=== modified file 'PAMmodule.c'
--- PAMmodule.c	2007-05-28 17:50:59 +0000
+++ PAMmodule.c	2007-05-28 17:56:02 +0000
@@ -541,7 +541,7 @@
     pam_end(self->pamh, PAM_SUCCESS);
     dlclose(self->dlh2);
     dlclose(self->dlh1);
-    PyMem_DEL(self);
+    PyObject_FREE(self);
 }
 
 static PyObject * PyPAM_getattr(PyPAMObject *self, char *name)