Removed all free(inst->foo) where "foo" comes from parsing
[freeradius.git] / src / modules / rlm_copy_packet / rlm_copy_packet.c
index 345e5ed..72f0baa 100644 (file)
@@ -63,7 +63,6 @@ static int packet_detach(void *instance)
 {
        rlm_packet_t    *inst = instance;
 
-       if (inst->string) free(inst->string);
        free(instance);
        return 0;
 }