aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index d950f4a0..ce7a3588 100644
--- a/common.c
+++ b/common.c
@@ -911,7 +911,7 @@ void debug( int level, wchar_t *msg, ... )
}
putwc( L'\n', stderr );
-
+ sb_destroy( &sb );
}
wchar_t *escape( const wchar_t *in,