Remove unused label

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-07-04 06:39:38 -07:00
parent 89f86a5745
commit c728b4b7bb

View file

@ -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);
}