aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/ChangeLog
diff options
context:
space:
mode:
authorJan D <[email protected]>2011-01-31 07:44:05 +0100
committerJan D <[email protected]>2011-01-31 07:44:05 +0100
commit3370edca839da739185a7a0d91d22dfa23a22188 (patch)
tree507a2ed6c5a4a4bafe93411bf61ddd8d03b6284d /lwlib/ChangeLog
parent0832490d4431f3952c0c45de0d9c30ce0f8cc5c2 (diff)
Use xmalloc instead of malloc.
* lwlib-Xm.c (make_destroyed_instance): * lwlib-utils.c (XtApplyToWidgets): * lwlib.c (safe_strdup, malloc_widget_value) (allocate_widget_info, allocate_widget_instance): Use xmalloc instead of malloc.
Diffstat (limited to 'lwlib/ChangeLog')
-rw-r--r--lwlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 5015f2b8fa..450ede33a5 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-31 Jan Djärv <[email protected]>
+
+ * lwlib-Xm.c (make_destroyed_instance):
+ * lwlib-utils.c (XtApplyToWidgets):
+ * lwlib.c (safe_strdup, malloc_widget_value)
+ (allocate_widget_info, allocate_widget_instance): Use xmalloc
+ instead of malloc.
+
2011-01-25 Werner Meisner <[email protected]>
* lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference