Rev 4456 | Rev 4494 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4456 | Rev 4493 | ||
|---|---|---|---|
| Line 526... | Line 526... | ||
| 526 | ipc_answer_1(rid, EOK, size); |
526 | ipc_answer_1(rid, EOK, size); |
| 527 | free(buf); |
527 | free(buf); |
| 528 | } else { |
528 | } else { |
| 529 | pending_input_t *pr = (pending_input_t *) malloc(sizeof(pending_input_t)); |
529 | pending_input_t *pr = (pending_input_t *) malloc(sizeof(pending_input_t)); |
| 530 | if (!pr) { |
530 | if (!pr) { |
| - | 531 | ipc_answer_0(callid, ENOMEM); |
|
| 531 | ipc_answer_0(rid, ENOMEM); |
532 | ipc_answer_0(rid, ENOMEM); |
| 532 | free(buf); |
533 | free(buf); |
| 533 | async_serialize_end(); |
534 | async_serialize_end(); |
| 534 | return; |
535 | return; |
| 535 | } |
536 | } |