Changeset 94f3747 in mainline


Ignore:
Timestamp:
2020-06-16T10:53:36Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7eea3c9
Parents:
5e3e42c7
git-author:
Jiri Svoboda <jiri@…> (2020-06-15 17:53:30)
git-committer:
Jiri Svoboda <jiri@…> (2020-06-16 10:53:36)
Message:

Libgui should destroy window bitmap as a well behaved client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/window.c

    r5e3e42c7 r94f3747  
    569569        win->focus = NULL;
    570570
     571        gfx_bitmap_destroy(win->bitmap);
     572
     573        /*
     574         * XXX Here we should properly destroy the IPC GC. We only have
     575         * the generic GC so either it would need to be cast back or
     576         * GC needs a virtual destructor.
     577         */
     578
    571579        display_window_destroy(win->dwindow);
    572580        display_close(win->display);
Note: See TracChangeset for help on using the changeset viewer.