mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
staging: rtl8192e: fix memory leak
If the size of the firmware is not as expected then we are jumping to the error path but we missed releasing the firmware. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7d05652c5c
commit
60eeb4102e
@@ -273,6 +273,7 @@ bool rtl92e_init_fw(struct net_device *dev)
|
||||
sizeof(pfirmware->firmware_buf[i])) {
|
||||
RT_TRACE(COMP_FIRMWARE,
|
||||
"img file size exceed the container struct buffer fail!\n");
|
||||
release_firmware(fw_entry);
|
||||
goto download_firmware_fail;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user