`KVEngine::getRecordStore` should return a unique pointer

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 3.4.0-rc1
    • 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.

              Assignee:
              Samuel Rossi (Inactive)
              Reporter:
              Samuel Rossi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: