diff options
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/divelist.c b/divelist.c index 7f9095951..05e46bc93 100644 --- a/divelist.c +++ b/divelist.c @@ -1423,6 +1423,9 @@ static int copy_tree_node(GtkTreeIter *a, GtkTreeIter *b) DIVE_OTU, store_dive.otu, DIVE_LOCATION, store_dive.location, -1); + free(cylinder_text); + free(store_dive.location); + free(store_dive.suit); return idx; } |