aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-25 21:03:52 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-25 21:03:52 +1000
commitddcb84aa07607bbd274edb89ddc4371d8d7aa27f (patch)
tree018e34432ab3bc2da81e63765405fc1c1ed210dc /common.c
parentd33229324517aff751901d83aa66c6f24eba0bdc (diff)
Fix problem bug breaking completion in commands with multiple subshells
darcs-hash:20051025110352-ac50b-fff319ddcbafb722b9bc3c61aa1b250b290716a5.gz
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,