-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code, Storage
-
None
-
Fully Compatible
-
ALL
-
Integration 2016-10-10
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, `KVEngine::getRecordStore` returns a pointer allocated with the `new` keyword. Returning a unique pointer is preferred, as it (among other things) will automatically deallocate when it goes out of scope.