#139 closed bug (fixed)
Deletion forgetting of BPopUpMenu
Reported by: | 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 , 19 years ago
Status: | new → closed |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → fixed |
---|
comment:5 by , 19 years ago
bug_group: | → developers |
---|
Note:
See TracTickets
for help on using tickets.
Should be fixed in revision 16326.