memory leak...

This commit is contained in:
espes 2013-11-22 16:39:53 +11:00
parent e98ca035ee
commit c769f3de88
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ static QString* decode_token(uint32_t *shader_token)
vsh_get_field(shader_token, FLD_OUT_MAC_MASK),
mac_opcode[mac],
inputs_mac);
QDECREF(inputs_mac);
} else {
ret = qstring_new();
}