Skip to content
Commit 428c0a65 authored by Marcel Wiesweg's avatar Marcel Wiesweg
Browse files

The RawProcessingFilter shall call cancelFilter() from its destructor

as any filter shall do which accesses member fields (destroyed in the destructor)
in its thread. The crash happens when the thread is terminated only in the base class
destructor, but the thread is running until then and operating on the destroyed members

BUG: 278038
parent ae595c39
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