Skip to content

Commit

Permalink
fixed freeing of thread local storage for event master transaction store
Browse files Browse the repository at this point in the history
// BelongsTo: CS-582
  • Loading branch information
jgabler-hpc committed Sep 27, 2024
1 parent c325ebf commit eb90359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/libs/evm/sge_event_master.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ sge_event_master_destroy_transaction_store(void *transaction_store)
{
event_master_transaction_t *t_store = (event_master_transaction_t *)transaction_store;
lFreeList(&(t_store->transaction_requests));
sge_free(&t_store);
}

static void
Expand Down

0 comments on commit eb90359

Please sign in to comment.