Signed-off-by: Jacek Caban jacek@codeweavers.com
On 11/10/15 20:31, Nikolay Sivov wrote:
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
Otherwise first allocated val is leaked. Jacek, can you confirm?
Well, I don't think this causes a real leak because even if we try to apply both fixups, the attribute would need to be URL and integer at the same time for the leak to happen. However, I don't think there are attributes that could require both fixups, so I'm fine with the patch.
Thanks, Jacek