summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-04 06:39:38 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-04 06:39:38 -0700
commitc728b4b7bb5d089436af34e2d419c265deb85a99 (patch)
tree1e6fd78125b40a35a6cef13f708ed949e2b04fc4 /planner.c
parent89f86a57452df500abec050cbc8599e4bc908d2a (diff)
downloadsubsurface-c728b4b7bb5d089436af34e2d419c265deb85a99.tar.gz
Remove unused label
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.c')
-rw-r--r--planner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/planner.c b/planner.c
index 47835d315..9196e3fd1 100644
--- a/planner.c
+++ b/planner.c
@@ -911,7 +911,6 @@ void plan(struct diveplan *diveplan, char **cached_datap, bool add_deco, bool sh
create_dive_from_plan(diveplan);
add_plan_to_notes(diveplan, &displayed_dive, show_disclaimer);
-error_exit:
free(stoplevels);
free(gaschanges);
}