Plugged little linenoise memory leaks.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 95acac2fb47adcec557ecce53bf2df089704e45c..aa7a900fa8934328900f7a269ffd82d728587d7a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1181,7 +1181,6 @@ Laction:
         default:
             BUG(ACTION_RETURNED_PHASE_CODE_BEYOND_END_OF_SWITCH); // LCOV_EXCL_LINE
         }
-        linenoiseFree(input);
     }
 }