Changeset 6eb957dc in mainline for uspace/lib/c/generic/io/con_srv.c


Ignore:
Timestamp:
2014-10-09T03:34:21Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef3da5a
Parents:
fa65df1 (diff), 18cc83c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/con_srv.c

    rfa65df1 r6eb957dc  
    8989                async_answer_0(rcallid, ENOTSUP);
    9090                async_answer_0(callid, ENOTSUP);
     91                free(buf);
    9192                return;
    9293        }
     
    9697                async_answer_0(rcallid, rc);
    9798                async_answer_0(callid, rc);
     99                free(buf);
    98100                return;
    99101        }
Note: See TracChangeset for help on using the changeset viewer.