Changeset fa6f2357 in mainline


Ignore:
Timestamp:
2012-08-20T16:11:11Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f0defd2
Parents:
ffc1b1d
Message:

Sender phone cannot be deallocated in the recipient context.

File:
1 edited

Legend:

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

    rffc1b1d rfa6f2357  
    256256static void cleanup_m_connect_me_to(call_t *answer, ipc_data_t *olddata)
    257257{
    258         phone_dealloc(answer->priv);
     258        /* FIXME: answer->priv phone needs to be deallocated. */
    259259}
    260260
Note: See TracChangeset for help on using the changeset viewer.