mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
When vxpocket_config() fails, vxpocket_probe() returns the error code
directly without freeing the sound card resources allocated by
snd_card_new(), which leads to a memory leak.
Add proper error handling to free the sound card and clear the
allocation bit when vxpocket_config() fails.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| vxp_mixer.c | ||
| vxp_ops.c | ||
| vxpocket.c | ||
| vxpocket.h | ||