]> andersk Git - moira.git/commitdiff
Don't free that; we're still using it.
authorzacheiss <zacheiss>
Mon, 22 Nov 2004 19:24:18 +0000 (19:24 +0000)
committerzacheiss <zacheiss>
Mon, 22 Nov 2004 19:24:18 +0000 (19:24 +0000)
clients/moira/lists.c

index c0be61284e74195f4a4c8abf9d08183b1cf50147..bb22ba69ec663f92cd58ab7bd9dfef18a6a5a26f 100644 (file)
@@ -867,7 +867,6 @@ int DeleteMember(int argc, char **argv)
            {
              char *canon;
              canon = canonicalize_hostname(args[LM_MEMBER]);
-             free(args[LM_MEMBER]);
              args[LM_MEMBER] = canon;
              if (do_mr_query("delete_member_from_list", CountArgs(args),
                              args, NULL, NULL) == MR_SUCCESS)
This page took 0.035873 seconds and 5 git commands to generate.