-
Dor Laor authored
There was a bug caused by calling um.get() in the destructor still left the unique_ptr armed with the pointer. Using free_deleter is cleaner and works too.
Dor Laor authoredThere was a bug caused by calling um.get() in the destructor still left the unique_ptr armed with the pointer. Using free_deleter is cleaner and works too.