rocksdb/utilities
Giuseppe Ottaviano 4d7c06cedf Make WriteBatchWithIndex moveble
Summary:
`WriteBatchWithIndex` has an incorrect implicitly-generated move constructor (it will copy the pointer causing a double-free on destruction). Just switch to `unique_ptr` so we get correct move semantics for free.
Closes https://github.com/facebook/rocksdb/pull/1899

Differential Revision: D4598896

Pulled By: ajkr

fbshipit-source-id: 2373d47
2017-02-22 17:54:11 -08:00
..
2017-02-06 14:54:18 -08:00
2017-01-08 14:24:12 -08:00
2017-02-06 14:54:18 -08:00
2017-02-13 11:09:13 -08:00
2017-02-06 14:54:18 -08:00
2017-01-08 14:24:12 -08:00
2015-12-10 21:32:45 -05:00
2016-12-22 13:09:19 -08:00