diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 86418407..b57b6b38 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -3026,6 +3026,7 @@ WMText *WMCreateTextForDocumentType(WMWidget * parent, WMAction * parser, WMActi WMAddToArray(types, "application/X-color"); WMAddToArray(types, "application/X-image"); WMRegisterViewForDraggedTypes(tPtr->view, types); + WMFreeArray(types); } /*WMAddNotificationObserver(fontChanged, tPtr,