diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-02 21:12:03 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-02 21:12:03 +0000 |
commit | bc544ca0f69fa6c8071bf6da21712d5bc337ca71 (patch) | |
tree | e4b1f4a8d3991cb078bcacbbf63d66061c4479c0 /examples/Shared_Malloc/test_position_independent_malloc.cpp | |
parent | fade87aaa464409db56b1783c8045b0a69ab3293 (diff) | |
download | ATCD-bc544ca0f69fa6c8071bf6da21712d5bc337ca71.tar.gz |
Remember to delete the allocator.
Diffstat (limited to 'examples/Shared_Malloc/test_position_independent_malloc.cpp')
-rw-r--r-- | examples/Shared_Malloc/test_position_independent_malloc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Shared_Malloc/test_position_independent_malloc.cpp b/examples/Shared_Malloc/test_position_independent_malloc.cpp index 7ea178b6488..39ab49289a3 100644 --- a/examples/Shared_Malloc/test_position_independent_malloc.cpp +++ b/examples/Shared_Malloc/test_position_independent_malloc.cpp @@ -173,6 +173,8 @@ main (int argc, char *argv[]) "all resources released\n")); } + delete allocator; + return 0; } |