Moving CEdit
My problem is an memory leak in an function set_editorpos(int col, int row);
This function selects the font which refers to an that cell and deletes the old font, then the control is moved with MoveWindow(...)
When I'm walking through the grid the memory increase regular.
Who can help me?

