luacom icon indicating copy to clipboard operation
luacom copied to clipboard

use smart pointers

Open davidm opened this issue 12 years ago • 0 comments

Numerous COM_RELEASE's could be done automatically by smart pointers/RAII. This will help avoid bugs like https://github.com/davidm/luacom/pull/4 and the ugly try/catch blocks.

davidm avatar Jun 22 '12 03:06 davidm