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

Fix resource leak and potiental crash cause.

The local variable 'generator' of CodeTextHighlighter::keywords()
gets a new instance of the class CodeGenerator, but is never
been free'd and there are active signal/slots connections non
deterministic crashes occurs.

BUG: 204035
parent 554d9e43
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