mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Fix typo
Don't manually edit diffs and then commit without compile test... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd3edb0dcd
commit
9bea9fcdb7
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void DiveImportedModel::recordDives()
|
|||
} else {
|
||||
// we should free the dives that weren't recorded
|
||||
clear_dive(d);
|
||||
free(d)
|
||||
free(d);
|
||||
}
|
||||
diveTable->dives[i] = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue