Skip to content

[fix] Fix segfault when multiple sensors are deleted

Timothée Couble requested to merge fix/fixSegfaultDeleteMultiSensors into master

When multiple pcap are opened with multi sensors and you add another one without it may segfault. It depends of the order in which the pipeline is deleted.

Merge request reports