Skip to content

Delete buffer containing bytestream content Fix ATEAM-703

The EventStorage library assumed that the client takes ownership of the content read in from disk. The buffer is no longer needed after the event is built, so delete it afterwards. In case an exception is raised during the event building delete the buffer before re-raising the exception.

Merge request reports