diff options
Diffstat (limited to 'src/win95/mishchnk.cpp')
| -rw-r--r-- | src/win95/mishchnk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/mishchnk.cpp b/src/win95/mishchnk.cpp index a0e3795..c170364 100644 --- a/src/win95/mishchnk.cpp +++ b/src/win95/mishchnk.cpp @@ -639,7 +639,7 @@ void File_Chunk::post_input_processing() ol()->assoc_with_shape(shape_array[ol()->get_header()->shape_id_no]); } - delete shape_array; + delete [] shape_array; Chunk_With_Children::post_input_processing(); |
