steve-lawson

Results 1 comments of steve-lawson

I think that `request` needs to stay around until the callback finishes, then it is deleted [here](https://github.com/steve-lawson/node-db/blob/master/query.cc#L842), but `req` created [here](https://github.com/steve-lawson/node-db/blob/master/query.cc#L659) was not being deleted?