Mercurial > mm7
comparison GUIButton.cpp @ 705:e39702f35283
memory allocation partly reworked
author | zipi |
---|---|
date | Mon, 18 Mar 2013 21:50:20 +0000 |
parents | 2dfb67633b01 |
children | dfd683c4f538 |
comparison
equal
deleted
inserted
replaced
704:ef4d646d738d | 705:e39702f35283 |
---|---|
151 v3->pNext = 0; | 151 v3->pNext = 0; |
152 ptr->pParent->pControlsTail = v3; | 152 ptr->pParent->pControlsTail = v3; |
153 } | 153 } |
154 } | 154 } |
155 --ptr->pParent->uNumControls; | 155 --ptr->pParent->uNumControls; |
156 pAllocator->FreeChunk(ptr); | |
157 } | 156 } |
158 } | 157 } |
159 | 158 |
160 | 159 |
161 //----- (00415180) -------------------------------------------------------- | 160 //----- (00415180) -------------------------------------------------------- |