diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index bb2730182..015e13da4 100644 --- a/test/test.c +++ b/test/test.c @@ -213,6 +213,7 @@ int main( int argc, char ** argv ) "date.\n" ); } hb_close( &h ); + hb_global_close(); return 0; } @@ -324,6 +325,7 @@ int main( int argc, char ** argv ) /* Clean up */ hb_close( &h ); + hb_global_close(); if( input ) free( input ); if( output ) free( output ); if( format ) free( format ); |