]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.c
Merge branch 't/opusdec_busy_loop_fix'
[paraslash.git] / interactive.c
index 6d30e12aae63503061114e18b3e1fc7b4a118ec8..ee953bf12a26377bb02efb3fc96e1b3cf3e7b0e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2011-2014 Andre Noll <maan@systemlinux.org>
  *
  * 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;
 }