Changes between Initial Version and Version 1 of Ticket #12286, comment 25


Ignore:
Timestamp:
Aug 8, 2015, 12:27:09 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12286, comment 25

    initial v1  
    66- if it's commented in as normal, opening a menu allocates 3 ports, closing it frees only 2 ports -- no change whatsoever !
    77
    8 I looked at the 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.
     8I 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.
    99
    1010To 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: