mariano / node-db-drizzle

Drizzle database bindings for Node.js
http://nodejsdb.org
24 stars 2 forks source link

possible memory leak #5

Open bkfox opened 12 years ago

bkfox commented 12 years ago

In drizzle.cc, Drizzle::New, it seems that the function can return without destroying allocated object. Note: you should use smart pointers.