From 12fd035c5fa871db21778996ea0e7c4bdf1c9fb7 Mon Sep 17 00:00:00 2001
From: tewk <tewk@unknown>
Date: Mon, 5 Aug 2002 20:56:56 +0000
Subject: [PATCH] Added shmem job_step entry cleanup

---
 src/slurmd/task_mgr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/slurmd/task_mgr.c b/src/slurmd/task_mgr.c
index 5c8667d9de5..6d078a8453d 100644
--- a/src/slurmd/task_mgr.c
+++ b/src/slurmd/task_mgr.c
@@ -108,6 +108,7 @@ int fan_out_task_launch ( launch_tasks_request_msg_t * launch_msg )
 		/* can't release if this is the same process as the main daemon ie threads
 		 * this is needed if we use forks
 		 * rel_shmem ( shmem_ptr ) ; */
+	deallocate_job_step ( curr_job_step ) ;
 	return SLURM_SUCCESS ;
 }
 
-- 
GitLab