Am Samstag, 22. April 2017, 13:31:34 CEST schrieb Loganaden Velvindron: Hi Loganaden,
> - kfree(p); > + kzfree(p); Why do you think this is necessary? p is not filled in this function as this function only allocates the memory. Ciao Stephan
Am Samstag, 22. April 2017, 13:31:34 CEST schrieb Loganaden Velvindron: Hi Loganaden,
> - kfree(p); > + kzfree(p); Why do you think this is necessary? p is not filled in this function as this function only allocates the memory. Ciao Stephan