diff options
author | David Sommerseth <davids@redhat.com> | 2009-04-29 11:18:57 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-04-29 11:22:12 +0200 |
commit | c6baf0a8f50cc19f319ad13ceeb2c40ace0b4d7e (patch) | |
tree | 622a8bd4e86e1f4b29a695509bd52d3228e71204 /src/xmlpythonizer.c | |
parent | e013d57e504c4e989c0503e62b63369bb16ebdaf (diff) | |
download | python-dmidecode-c6baf0a8f50cc19f319ad13ceeb2c40ace0b4d7e.tar.gz python-dmidecode-c6baf0a8f50cc19f319ad13ceeb2c40ace0b4d7e.tar.xz python-dmidecode-c6baf0a8f50cc19f319ad13ceeb2c40ace0b4d7e.zip |
Exported ptzmap_Free()
Diffstat (limited to 'src/xmlpythonizer.c')
-rw-r--r-- | src/xmlpythonizer.c | 1 |
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 ) { |