summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 24b0238b3..2f02b049b 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -7915,6 +7915,7 @@ static void ResetCustomAirports()
}
free(as->table);
free(as->depot_table);
+ free(as->rotation);
free(as);
}