1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

DtWidget: Don't free random pointer on Control widget destruction

This commit is contained in:
alx 2014-03-24 05:03:21 +01:00 committed by Jon Trulson
parent 3ed9f06cce
commit f6adc98dd7

View file

@ -900,6 +900,7 @@ Initialize(
G_AltPix (new) = XmUNSPECIFIED_PIXMAP; G_AltPix (new) = XmUNSPECIFIED_PIXMAP;
G_AltMask (new) = XmUNSPECIFIED_PIXMAP; G_AltMask (new) = XmUNSPECIFIED_PIXMAP;
G_MonitorTimer (new) = 0; G_MonitorTimer (new) = 0;
G_FileName (new) = NULL;
} }
if (G_ControlType (new) == XmCONTROL_DATE) if (G_ControlType (new) == XmCONTROL_DATE)