Changes in uspace/lib/gui/connection.c [a35b458:38d150e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/connection.c
ra35b458 r38d150e 200 200 if (data != NULL) 201 201 data_copy = malloc(data_size); 202 202 203 203 if (data_copy != NULL) 204 204 memcpy(data_copy, data, data_size); 205 205 206 206 window_event_t *event = 207 207 (window_event_t *) malloc(sizeof(window_event_t)); 208 208 209 209 if (event) { 210 210 link_initialize(&event->link);
Note:
See TracChangeset
for help on using the changeset viewer.