aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 5b7a5166888..203eab257f3 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -199,7 +199,7 @@ malloc_widget_value ()
199 } 199 }
200 else 200 else
201 { 201 {
202 wv = (widget_value *) malloc (sizeof (widget_value)); 202 wv = (widget_value *) xmalloc (sizeof (widget_value));
203 malloc_cpt++; 203 malloc_cpt++;
204 } 204 }
205 memset (wv, 0, sizeof (widget_value)); 205 memset (wv, 0, sizeof (widget_value));