Changeset 7975433 in mainline for kernel/generic/src/ipc/ipc.c


Ignore:
Timestamp:
2012-08-16T21:25:56Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f6858d0
Parents:
2405bb5
Message:

Cleanup of forgotten calls on answer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    r2405bb5 r7975433  
    190190                /* This is a forgotten call and call->sender is not valid. */
    191191                spinlock_unlock(&call->forget_lock);
    192                 /* TODO: free the call and its resources */
     192                ipc_call_free(call);
    193193                return;
    194194        } else {
Note: See TracChangeset for help on using the changeset viewer.