Skip to content
Commit 54f657e6 authored by Martin Tobias Holmedahl Sandsmark's avatar Martin Tobias Holmedahl Sandsmark Committed by Kurt Hindenburg
Browse files

Fix memory leak, remove double indirection

QImage (as most heavy Qt classes) are implicitly shared and CoW, so
storing a pointer to a pointer that we forget to delete is not good.
parent 8386510c
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