From f6adc98dd77b351aaa5c6dc6dad950491ac07399 Mon Sep 17 00:00:00 2001 From: alx Date: Mon, 24 Mar 2014 05:03:21 +0100 Subject: [PATCH] DtWidget: Don't free random pointer on Control widget destruction --- cde/lib/DtWidget/Control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cde/lib/DtWidget/Control.c b/cde/lib/DtWidget/Control.c index 675d553e..7333d1b3 100644 --- a/cde/lib/DtWidget/Control.c +++ b/cde/lib/DtWidget/Control.c @@ -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) -- 2.25.1