• Dridi Boukelmoune's avatar
    Add a miniobj macro for taking over pointer · c58e98d6
    Dridi Boukelmoune authored
    There's a recurring pattern throughout the code base of taking over
    a reference (by nulling the original) essentially when resources are
    freed. Instead of repeating this anti dangling pointers measure, it
    can be wrapped in a documenting utility macro.
    c58e98d6
miniobj.h 1.62 KB