Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/mapfile.cc')
-rw-r--r--src/model/mapfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/mapfile.cc b/src/model/mapfile.cc
index 05cea2a..3adcbb0 100644
--- a/src/model/mapfile.cc
+++ b/src/model/mapfile.cc
@@ -46,7 +46,7 @@ public:
delete[] matrix_values[i];
}
- delete matrix_values;
+ delete[] matrix_values;
}
T * operator[](size_t row)