brianc / node-libpq

Simple, low level native bindings to PostgreSQL's libpq from node.js
112 stars 42 forks source link

Fix double free #8

Closed brianc closed 9 years ago

brianc commented 9 years ago

The connection parameters are already freed when the class is deconstructed.