Skip to content
Snippets Groups Projects
Commit a54455c4 authored by Morris Jette's avatar Morris Jette
Browse files

Correction to commit 47b5fe60 to eliminate memory leak

parent 47b5fe60
No related branches found
No related tags found
No related merge requests found
......@@ -445,9 +445,6 @@ static void _create_part_data(void)
return;
info("cons_res: preparing for %d partitions", num_parts);
select_part_record = xmalloc(sizeof(struct part_res_record));
this_ptr = select_part_record;
part_rec_list = list_create(NULL);
part_iterator = list_iterator_create(part_list);
while ((p_ptr = (struct part_record *) list_next(part_iterator))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment