From: Rejean Loyer Date: Wed, 14 Sep 2011 22:53:19 +0000 (-0400) Subject: Revert "libede: fixed freeing wrong memory problem. this was the real cause of null... X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=commitdiff_plain;h=822c85c609c7442d7718079c8fccaa21e5421fde;ds=sidebyside Revert "libede: fixed freeing wrong memory problem. this was the real cause of null vTbl crash in ListBox.ec" This reverts commit 0e4fcdfc4d025c0e6136400d73f4c4b4f0bdb6d1. --- diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 61f5df9..9119ec9 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -620,9 +620,9 @@ private: } } - DataField nameField { dataType = "FileSystemNode", width = 240, userData = this, freeData = false }; + DataField nameField { dataType = "FileSystemNode", width = 240, userData = this }; DataField typeField { header = "Type", dataType = /*"String"*/ "char *", width = 40, freeData = false }; - DataField sizeField { header = "Size", dataType = "FileSize", width = 96, alignment = right, freeData = false }; + DataField sizeField { header = "Size", dataType = "FileSize", width = 96, alignment = right }; bool OnPostCreate() {