diff options
-rw-r--r-- | core/datatrak.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/datatrak.c b/core/datatrak.c index 27e1ec4bb..763b8cc8b 100644 --- a/core/datatrak.c +++ b/core/datatrak.c @@ -462,8 +462,7 @@ static unsigned char *dt_dive_parser(unsigned char *runner, struct dive *dt_dive dt_dive->notes = memcpy(dt_dive->notes, buffer, len); free(tmp_string1); } - if (tmp_notes_str != NULL) - free(tmp_notes_str); + free(tmp_notes_str); /* * Alarms 1 and Alarms2 - Bit tables - Not in Subsurface, we use the profile |