diff options
author | Alexey Shchepin <alexey@process-one.net> | 2002-11-20 20:19:20 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2002-11-20 20:19:20 +0000 |
commit | a717a39a6dc52ecc1ee7c3f136f0b61ce6ada2cb (patch) | |
tree | 76942e16190749f4b3b73e61301877748ecb2d83 /src/expat_erl.c | |
parent | *** empty log message *** (diff) |
*** empty log message ***
SVN Revision: 4
Diffstat (limited to 'src/expat_erl.c')
-rw-r--r-- | src/expat_erl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expat_erl.c b/src/expat_erl.c index b330eca16..18eb0471c 100644 --- a/src/expat_erl.c +++ b/src/expat_erl.c @@ -94,7 +94,7 @@ static ErlDrvData expat_erl_start(ErlDrvPort port, char *buff) static void expat_erl_stop(ErlDrvData handle) { - /* TODO: free parser */ + XML_ParserFree(((expat_data *)handle)->parser); driver_free((char*)handle); } |