Skip to content
Commit 2e6172a7 authored by Pino Toscano's avatar Pino Toscano
Browse files

Fix AlkValue::operator=(QString) w/ valueRef()

Do not set a new Private directly, since it will destroy the old one
and invalidate the references to the internal m_val -- indeed, valgrind
complains about that, and AlkValueTest::valueRef() fails on any
architecture different than x86/x86_64.

Instead, copy m_val from a new temporary AlkValue.
parent ede1f322
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