Changeset b7eea3c9 in mainline


Ignore:
Timestamp:
2020-06-16T10:54:47Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66a408f7
Parents:
94f3747
git-author:
Jiri Svoboda <jiri@…> (2020-06-15 17:54:14)
git-committer:
Jiri Svoboda <jiri@…> (2020-06-16 10:54:47)
Message:

Identify places where we should free resources for ill-behaved clients

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ipcgfx/src/server.c

    r94f3747 rb7eea3c9  
    381381        }
    382382
     383        // TODO: Destroy all remaining bitmaps (+ emit warning?)
    383384        return EOK;
    384385}
  • uspace/srv/hid/display/main.c

    r94f3747 rb7eea3c9  
    197197                }
    198198
     199                /*
     200                 * XXX We need a way to make sure that the connection does
     201                 * not stay active after the window had been destroyed
     202                 */
    199203                gc = ds_window_get_ctx(wnd);
    200204                gc_conn(icall, gc);
Note: See TracChangeset for help on using the changeset viewer.