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

Eliminate possible memory leak.

parent 8aaf896e
No related branches found
No related tags found
No related merge requests found
...@@ -222,5 +222,6 @@ int fini ( void ) ...@@ -222,5 +222,6 @@ int fini ( void )
{ {
if (job_comp_fd >= 0) if (job_comp_fd >= 0)
close(job_comp_fd); close(job_comp_fd);
xfree(log_name);
return SLURM_SUCCESS; return SLURM_SUCCESS;
} }
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