Index: uspace/srv/console/console.c
===================================================================
--- uspace/srv/console/console.c	(revision 99272a380ff885480a8f252b2e013a3ef7216b14)
+++ uspace/srv/console/console.c	(revision c8b9f888f9cd96049886eedc03df789a62e60788)
@@ -529,4 +529,5 @@
 		pending_input_t *pr = (pending_input_t *) malloc(sizeof(pending_input_t));
 		if (!pr) {
+			ipc_answer_0(callid, ENOMEM);
 			ipc_answer_0(rid, ENOMEM);
 			free(buf);
