Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#139 closed bug (fixed)

Deletion forgetting of BPopUpMenu

Reported by: bxi07354@… Owned by: sikosis
Priority: low Milestone: R1
Component: Applications Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

src/apps/magnify/main.cpp

TMagnify::MouseDown(BPoint where)

BPopUpMenu *menu = new BPopUpMenu("Info"); menu->SetFont(be_plain_font); BuildInfoMenu(menu);

BMenuItem *selected = menu->Go(ConvertToScreen(where)); if (selected)

Window()->PostMessage(selected->Message()->what);

return;

It returns without deleting BPopUpMenu *menu.

Change History (5)

comment:1 by korli, 19 years ago

Status: newclosed

comment:2 by korli, 19 years ago

Should be fixed in revision 16326.

comment:3 by korli, 19 years ago

Resolution: fixed

comment:4 by bxi07354@…, 19 years ago

Thanks. It confirmed it.

comment:5 by korli, 19 years ago

bug_group: developers
Note: See TracTickets for help on using tickets.