Comment 8 for bug 638943

Revision history for this message
John Smith (john-smithi) wrote :

Fix committed r11679 : Remove the addReource call from feComponentTransfer.

I think JazzyNico's comment #6 is correct.
If a filter primitive explicitly adds a resource it should remove it in the release function.
But it is not necessary to add resources either since the compound filter adds them anyway (and causes the CRITICAL message in this case).

So it should be safe to not add the resource since its not being removed in the release function.
The alternate fix is to remove the added resource in the release function.

FYI - This can be seen in "Effect->Image Paint and Draw->Poster Paint".