libnui / nui3

libnui v3
http://libnui.net
Mozilla Public License 2.0
163 stars 31 forks source link

nuiWidget matrix clean up #14

Closed Jaydee2190 closed 13 years ago

Jaydee2190 commented 13 years ago

just to help out some cleaning up, in ~nuiwidget

for (int i=GetMatrixNodeCount();--i>=0;) DelMatrixNode(i);

Otherwise the array is cleared without deleting the matrix nodes

meeloo commented 13 years ago

closed by 1416b1791756900149d23afc5f56bbf584bee0f5 Widget matrix were not properly destroyed, thanks to Jaydee2190 for finding this one.