[PATCHv7 7/8] watchdog: omap_wdt: Fix memory leak on probe fail

Guenter Roeck linux at roeck-us.net
Sun Apr 26 08:32:19 PDT 2015


On 04/22/2015 04:11 AM, Timo Kokkonen wrote:
> Structures allocated on the beginning of the probe function must be
> freed in case of failure.

Really ? The functions are allocated with devm_kzalloc.
It might be useful to introduce an error on purpose, have the code
jump to your new label, and observe what happens.

Guenter




More information about the linux-arm-kernel mailing list