Index: undo.c =================================================================== --- undo.c (revision 4859) +++ undo.c (revision 4860) @@ -1164,7 +1164,7 @@ free(UndoList); UndoList = NULL; if (RemoveList) { - FreeDataMemory(RemoveList); + pcb_data_free(RemoveList); free(RemoveList); RemoveList = NULL; }