changeset 6 | 787612182dd0 |
parent 2 | 39c28ec933dd |
5:301c3edbdaa1 | 6:787612182dd0 |
---|---|
45 |
45 |
46 |
46 |
47 Area::~Area() |
47 Area::~Area() |
48 { |
48 { |
49 ReleaseAllFiles(); |
49 ReleaseAllFiles(); |
50 free(const_cast<char*>(iName)); // allocated with strdup() |
50 free(iName); // allocated with strdup() |
51 } |
51 } |
52 |
52 |
53 |
53 |
54 /** |
54 /** |
55 Increase the size of the area. |
55 Increase the size of the area. |