Free allocated memory
authoraland <aland>
Mon, 12 Feb 2007 13:07:02 +0000 (13:07 +0000)
committeraland <aland>
Mon, 12 Feb 2007 13:07:02 +0000 (13:07 +0000)
src/modules/rlm_detail/rlm_detail.c

index 66401c6..0d006cb 100644 (file)
@@ -107,6 +107,8 @@ static int detail_detach(void *instance)
 
        free((char*) inst->last_made_directory);
 
+       free((char*) inst->header);
+
        if (inst->ht) lrad_hash_table_free(inst->ht);
 
         free(inst);