Use xmalloc instead of malloc.
commit3370edca839da739185a7a0d91d22dfa23a22188
authorJan D <jan.h.d@swipnet.se>
Mon, 31 Jan 2011 06:44:05 +0000 (31 07:44 +0100)
committerJan D <jan.h.d@swipnet.se>
Mon, 31 Jan 2011 06:44:05 +0000 (31 07:44 +0100)
tree507a2ed6c5a4a4bafe93411bf61ddd8d03b6284d
parent0832490d4431f3952c0c45de0d9c30ce0f8cc5c2
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.
lwlib/ChangeLog
lwlib/lwlib-Xm.c
lwlib/lwlib-utils.c
lwlib/lwlib.c