libdeng|Str|Debug: Verify that AutoStr instances are not manually deleted
AutoStr instances must only be deleted by the garbage recycler. Addedan assertion to verify that Str_Delete() is not called on AutoStrs.
View differences
libdeng|Str|Debug: Verify that AutoStr instances are not manually deleted
AutoStr instances must only be deleted by the garbage recycler. Added
an assertion to verify that Str_Delete() is not called on AutoStrs.