Code review comment for lp:~aacid/dee-qt/support_arrays_and_tuples

Revision history for this message
Michal Hruby (mhr3) wrote :

134 + array << QVariantFromGVariant(g_variant_get_child_value(value, i));

Unless QVariantFromGVariant is stealing references, you're leaking a variant here.

review: Needs Fixing

« Back to merge proposal