Changes between Initial Version and Version 1 of Ticket #12286, comment 25
- Timestamp:
- Aug 8, 2015, 12:27:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12286, comment 25
initial v1 6 6 - if it's commented in as normal, opening a menu allocates 3 ports, closing it frees only 2 ports -- no change whatsoever ! 7 7 8 I looked at the kernelland create_port() codeout of curiosity to see how it could fail yet still return 0x0 but I don't "see" it.. And out of my pool depth of course.8 I looked at the [http://code.metager.de/source/xref/haiku/src/system/kernel/port.cpp#1059 kernelland create_port() code] out of curiosity to see how it could fail yet still return 0x0 but I don't "see" it.. And out of my pool depth of course. 9 9 10 10 To double-check what I did, here's a sample session showing the be_app looper, the BWindow looper, and the BMenu opened and closed twice: