Re: [PATCH] staging: 7811: Fix memory leak in _r8712_init_xmit_priv
From: Larry Finger
Date: Thu Jul 13 2023 - 14:51:07 EST
On 7/13/23 12:35, Your Name wrote:
The allocation was done in a loop. Shouldn't memory from previous loop iterations
also be freed? And allocation by r8712_xmit_resource_alloc() should be freed too.
Nam,
You are right on both counts. I will prepare version 2.
Larry