node-db-drizzle
node-db-drizzle copied to clipboard
possible memory leak
In drizzle.cc, Drizzle::New, it seems that the function can return without destroying allocated object. Note: you should use smart pointers.