ObjFW  Hex Artifact Content

Artifact 743b8921599931d47bd46ef67c9833889165cf7805a48b28d668ebe0972b2fc4:

  • File src/runtime/selector.m — part of check-in [0ede45ce93] at 2013-11-26 10:25:33 on branch trunk — runtime: Free runtime created selectors at exit.

    When a selector was created using sel_registerName(), it was not free'd
    on exit, as selectors not created using sel_registerName did not need
    any freeing. This adds a list of selectors created using
    sel_registerName() and frees them on exit.

    This is only relevant if objc_exit() is used to free all memory occupied
    by the runtime. objc_exit() is only useful for debugging memory leaks,
    so there was no real world effect. (user: js, size: 3298) [annotate] [blame] [check-ins using]


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.