X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;h=43cb99f2781979e74b66eef640fadb7878f30aeb;hp=6d30e12aae63503061114e18b3e1fc7b4a118ec8;hb=b3644a3f5de245609dc608a947ed71e2f75b2fd5;hpb=f8931d4607fdf8cb98761b9814d068256d2925a3 diff --git a/interactive.c b/interactive.c index 6d30e12a..43cb99f2 100644 --- a/interactive.c +++ b/interactive.c @@ -272,6 +272,7 @@ static void clear_bottom_line(void) rl_redisplay(); wipe_bottom_line(); /* wipe out the prompt */ rl_insert_text(text); + free(text); rl_point = point; }