• Show log

    Commit

  • Hash : b769e936
    Author : Russell Belfer
    Date : 2012-08-01T14:49:47

    Don't reference stack vars in cleanup callback If you use the clar cleanup callback function, you can't pass a reference pointer to a stack allocated variable because when the cleanup function runs, the stack won't exist anymore.