Fix memory leak
The core_resrcs ptr was being dropped on the floor because unpack_job_resources() allocates its own job_resources_t ptr.
Please register or sign in to comment
The core_resrcs ptr was being dropped on the floor because unpack_job_resources() allocates its own job_resources_t ptr.