Changeset 442210e in mainline


Ignore:
Timestamp:
2020-12-10T11:12:51Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0350033
Parents:
0da03df
git-author:
Jiri Svoboda <jiri@…> (2020-12-09 19:09:54)
git-committer:
Jiri Svoboda <jiri@…> (2020-12-10 11:12:51)
Message:

Barber must destroy frames before destroying window

As they are allocated from the window's GC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/barber/barber.c

    r0da03df r442210e  
    412412        ui_image_set_bmp(frame_img, NULL, &rect);
    413413
     414        destroy_frames();
     415
    414416        ui_window_destroy(window);
    415417        ui_destroy(ui);
    416418
    417         destroy_frames();
    418 
    419419        return 0;
    420420}
Note: See TracChangeset for help on using the changeset viewer.