rocksdb-native 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/binding.c CHANGED
@@ -312,6 +312,7 @@ rocksdb_native__on_teardown(js_deferred_teardown_t *handle, void *data) {
312
312
 
313
313
  rocksdb_native_close_t *req = malloc(sizeof(rocksdb_native_close_t));
314
314
 
315
+ req->env = env;
315
316
  req->handle.data = (void *) req;
316
317
 
317
318
  err = rocksdb_close(&db->handle, &req->handle, rocksdb_native__on_close);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocksdb-native",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "librocksdb bindings for JavaScript",
5
5
  "exports": {
6
6
  ".": "./index.js",