X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;h=ee953bf12a26377bb02efb3fc96e1b3cf3e7b0e9;hp=6d30e12aae63503061114e18b3e1fc7b4a118ec8;hb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43;hpb=f8931d4607fdf8cb98761b9814d068256d2925a3 diff --git a/interactive.c b/interactive.c index 6d30e12a..ee953bf1 100644 --- a/interactive.c +++ b/interactive.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Andre Noll + * Copyright (C) 2011-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; }