about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 626b108e..4235c15d 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1189,8 +1189,6 @@ cmd_execute_default(const char * const inp)
             break;
     }
 
-    free(recipient);
-
     return TRUE;
 }