mirror of https://github.com/xemu-project/xemu.git
memory leak...
This commit is contained in:
parent
e98ca035ee
commit
c769f3de88
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue