about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 04e99484..0d590b1f 100644
--- a/src/command.c
+++ b/src/command.c
@@ -2181,8 +2181,6 @@ _cmd_set_priority(gchar **args, struct cmd_help_t help)
         prefs_set_priority((int)intval);
         // update presence with new priority
         jabber_update_presence(jabber_get_presence(), status, 0);
-        if (status != NULL)
-            free(status);
         cons_show("Priority set to %d.", intval);
     }