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
@ -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…
x
Reference in New Issue
Block a user