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 authored and tom95858 committed Nov 1, 2024
1 parent 05fabe8 commit e277ed6
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 @@ -1705,6 +1705,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 e277ed6

Please sign in to comment.