diff options
Diffstat (limited to 'parse-xml.c')
-rw-r--r-- | parse-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c index a42f8c854..0abcfcb0c 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -2637,6 +2637,7 @@ extern int cobalt_location(void *handle, int columns, char **data, char **column free(location); location = NULL; cur_dive->dive_site_uuid = create_dive_site(tmp); + free(tmp); } else { location = strdup(data[0]); } |