FreeBSD Bugzilla – Attachment 93652 Details for
Bug 131609
Crash on import net/py-xmlrpc in python 2.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.17 KB, created by
Andriy Pylypenko
on 2009-02-12 15:00:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andriy Pylypenko
Created:
2009-02-12 15:00:15 UTC
Size:
1.17 KB
patch
obsolete
>--- src/rpcBase64.c.orig 2003-04-21 18:39:15.000000000 +0300 >+++ src/rpcBase64.c 2008-10-15 10:36:44.000000000 +0300 >@@ -239,7 +239,7 @@ > if (bp->value) { > Py_DECREF(bp->value); > } >- PyMem_DEL(bp); >+ PyObject_DEL(bp); > } > > >--- src/rpcClient.c.orig 2003-04-21 18:39:15.000000000 +0300 >+++ src/rpcClient.c 2008-10-15 10:36:44.000000000 +0300 >@@ -179,7 +179,7 @@ > cp->url = NULL; > Py_DECREF(cp->src); > Py_DECREF(cp->disp); >- PyMem_DEL(cp); >+ PyObject_DEL(cp); > } > > >--- src/rpcDate.c.orig 2003-04-21 18:39:15.000000000 +0300 >+++ src/rpcDate.c 2008-10-15 10:36:44.000000000 +0300 >@@ -75,7 +75,7 @@ > if (dp->value) { > Py_DECREF(dp->value); > } >- PyMem_DEL(dp); >+ PyObject_DEL(dp); > } > > >--- src/rpcDispatch.c.orig 2003-04-21 18:39:15.000000000 +0300 >+++ src/rpcDispatch.c 2008-10-15 10:36:44.000000000 +0300 >@@ -68,7 +68,7 @@ > rpcDispClear(dp); > free(dp->srcs); > } >- PyMem_DEL(dp); >+ PyObject_DEL(dp); > } > > >--- src/rpcSource.c.orig 2003-04-21 18:39:15.000000000 +0300 >+++ src/rpcSource.c 2008-10-15 10:36:44.000000000 +0300 >@@ -61,7 +61,7 @@ > if (srcp->onErr and srcp->onErrType == ONERR_TYPE_PY) { > Py_DECREF((PyObject *)srcp->onErr); > } >- PyMem_DEL(srcp); >+ PyObject_DEL(srcp); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131609
: 93652