In the Linux kernel, the following vulnerability has been resolved:
ASoC: atmel: Add missing ofnodeput() in at91sam9g20ekaudioprobe
This node pointer is returned by ofparsephandle() with refcount incremented in this function. Calling ofnodeput() to avoid the refcount leak.