• Julien Muchembled's avatar
    storage: fix memory leak in replication · a0bd2ae8
    Julien Muchembled authored
    The following 3 methods are renamed:
     unlockData -> releaseData
     storeData -> holdData
     _storeData -> storeData
    
    and StorageOperationHandler use the new storeData instead of the old one.
    a0bd2ae8
testTransactions.py 17.2 KB