Skip to content
Commit 6e294909 authored by Stefan Brüns's avatar Stefan Brüns Committed by Christoph Cullmann
Browse files

[Extractor] Explicitly abort the transaction on early exit

In case the extractor quits because its parent exited (signaled by the
the socket event on the pipe), the transaction should be aborted.

Replacing the raw pointer with a unique_ptr would be sufficient to
avoid the leak, but the destructor issues a warning when a write
transaction is not commited/aborted before deleting it, so add an
explicit abort().
parent bac6d439
Pipeline #647754 passed with stage
in 2 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment