Skip to content
Snippets Groups Projects
Commit 2b6162ea authored by Moe Jette's avatar Moe Jette
Browse files

Remove some debugging logic that was leaking memory.

parent ef9314a0
No related branches found
No related tags found
No related merge requests found
...@@ -679,8 +679,8 @@ extern int select_p_job_test(struct job_record *job_ptr, bitstr_t * bitmap, ...@@ -679,8 +679,8 @@ extern int select_p_job_test(struct job_record *job_ptr, bitstr_t * bitmap,
xassert(bitmap); xassert(bitmap);
debug3(" cons_res plug-in: Job_id %u min %d max nodes %d " debug3(" cons_res plug-in: Job_id %u min %d max nodes %d "
"test_only %d host %s ", job_ptr->job_id, min_nodes, "test_only %d", job_ptr->job_id, min_nodes,
max_nodes, (int) test_only, bitmap2node_name(bitmap)); max_nodes, (int) test_only);
consec_index = 0; consec_index = 0;
consec_size = 50; /* start allocation for 50 sets of consec_size = 50; /* start allocation for 50 sets of
...@@ -1293,8 +1293,6 @@ extern int select_p_get_info_from_plugin(enum select_data_info info, ...@@ -1293,8 +1293,6 @@ extern int select_p_get_info_from_plugin(enum select_data_info info,
* Remember to free bitmap * Remember to free bitmap
* using FREE_NULL_BITMAP(bitmap);*/ * using FREE_NULL_BITMAP(bitmap);*/
tmp_bitmap = 0; tmp_bitmap = 0;
debug3(" cons_res synchronized CR bitmap %s ",
bitmap2node_name(*bitmap));
break; break;
} }
case SELECT_CR_PLUGIN: case SELECT_CR_PLUGIN:
......
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