Changes between Initial Version and Version 1 of Ticket #772


Ignore:
Timestamp:
2018-11-20T19:00:25Z (5 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #772

    • Property Summary Review commit 498ced18a4 for memory leaksReview commit 498ced18a4 for reference leaks
  • Ticket #772 – Description

    initial v1  
    1 Commit [https://github.com/HelenOS/helenos/commit/498ced18a4f90fe1c9eee028e354d61b39de484d 498ced18a4] introduced a new reference counting API into uspace. The semantics of the API might differ from the semantics of the code it replaced and so there is a possibility of memory leaks analogous to #744.
     1Commit [https://github.com/HelenOS/helenos/commit/498ced18a4f90fe1c9eee028e354d61b39de484d 498ced18a4] introduced a new reference counting API into uspace. The semantics of the API might differ from the semantics of the code it replaced and so there is a possibility of reference leaks analogous to #744.
    22
    33For example, changes to devman look fishy and analogous to #744: