summaryrefslogtreecommitdiffstats
path: root/src/xmlpythonizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpythonizer.c')
-rw-r--r--src/xmlpythonizer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlpythonizer.c b/src/xmlpythonizer.c
index 32f0181..91507e8 100644
--- a/src/xmlpythonizer.c
+++ b/src/xmlpythonizer.c
@@ -77,7 +77,6 @@ ptzMAP *ptzmap_Add(const ptzMAP *chain,
return ret;
};
-#define ptzmap_Free(ptr) { ptzmap_Free_func(ptr); ptr = NULL; }
void ptzmap_Free_func(ptzMAP *ptr)
{
if( ptr == NULL ) {