aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/lwlib-utils.c
diff options
context:
space:
mode:
authorJoakim Verona2011-10-14 11:00:50 +0200
committerJoakim Verona2011-10-14 11:00:50 +0200
commitdab7e06ab78b5aa2b747ded874bbef8b6667a28d (patch)
tree60e8a4d369258032e70dfbc5533027367e69997f /lwlib/lwlib-utils.c
parent3d9b00348ff3d3c70e1cad0b4804170a6a24779d (diff)
parent466a320edc8304632373066a61ee9f5903aa82a1 (diff)
downloademacs-dab7e06ab78b5aa2b747ded874bbef8b6667a28d.tar.gz
emacs-dab7e06ab78b5aa2b747ded874bbef8b6667a28d.zip
upstream
Diffstat (limited to 'lwlib/lwlib-utils.c')
-rw-r--r--lwlib/lwlib-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c
index 7a0dd1b264a..fe236a210f3 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -80,7 +80,7 @@ XtApplyToWidgets (Widget w, XtApplyToWidgetsProc proc, XtPointer arg)
80 XtApplyToWidgets (kids [i], proc, arg); 80 XtApplyToWidgets (kids [i], proc, arg);
81 proc (kids [i], arg); 81 proc (kids [i], arg);
82 } 82 }
83 free (kids); 83 xfree (kids);
84 } 84 }
85} 85}
86 86