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_AltMask (new) = XmUNSPECIFIED_PIXMAP;
G_MonitorTimer (new) = 0;
G_FileName (new) = NULL;
}
if (G_ControlType (new) == XmCONTROL_DATE)