Skip to content

Commit

Permalink
free lents in store handle cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baallan committed Nov 5, 2024
1 parent 2efafc5 commit bb45090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldms/src/store/store_csv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,7 @@ static void __csv_handle_close(struct csv_store_handle *s_handle)
free(s_handle->store_key);
free(s_handle->container);
free(s_handle->schema);
free(s_handle->lents);
pthread_mutex_unlock(&s_handle->lock);
pthread_mutex_destroy(&s_handle->lock);
free(s_handle);
Expand Down

0 comments on commit bb45090

Please sign in to comment.