mirror of
https://github.com/torvalds/linux.git
synced 2026-08-21 15:05:40 +02: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 | ||