Skip to content
Commit b78b2581 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Coverige check CID 95924: Resource leak (RESOURCE_LEAK)

Variable opState going out of scope leaks the storage it points to.

... because Q_GLOBAL_STATIC/K_GLOBAL_STATIC do not destroy the
contained object at exit.
parent 8240688b
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