From 679fac1f8be87ccb431d1ce981e98bdbfbd61dd8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 25 Nov 2021 20:28:52 +0100 Subject: Fixed a bug in freeing memory after execution of certain commands (thanks to Tommaso for reporting) --- src/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index f2703fa..938a0bd 100644 --- a/src/commands.h +++ b/src/commands.h @@ -7,6 +7,7 @@ #define NCOMMANDS 10 void free_args(CommandArgs *args); +CommandArgs * new_args(); extern Command * commands[NCOMMANDS]; -- cgit v1.3