mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-16 14:25:37 +00:00
When using single_open() for opening, single_release() should be
used instead of seq_release(), otherwise there is a memory leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| common.h | ||
| Makefile | ||
| zip_crypto.c | ||
| zip_crypto.h | ||
| zip_deflate.c | ||
| zip_deflate.h | ||
| zip_device.c | ||
| zip_device.h | ||
| zip_inflate.c | ||
| zip_inflate.h | ||
| zip_main.c | ||
| zip_main.h | ||
| zip_mem.c | ||
| zip_mem.h | ||
| zip_regs.h | ||