Interface Editor, Method deletion : Fix AV caused by double object freeing

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3195 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2014-06-18 10:02:07 +00:00
parent 4672d474a7
commit 5a7933c556

View File

@@ -152,7 +152,6 @@ begin
try
node.Free();
locObj.Release();
node.Free();
finally
trvMethods.EndUpdate();
end;