diff options
author | Dennis Chen <dennis1.chen@amd.com> | 2012-04-11 12:28:05 (GMT) |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-04-11 12:28:24 (GMT) |
commit | dae1df42f544ce3969d437dfa835169210593240 (patch) | |
tree | 2c396c7ff74c6855261e6aaefce8e5e2fd89324a /arch/s390 | |
parent | cd10502b8276b0486850685383243cbd26d50c8d (diff) | |
download | linux-dae1df42f544ce3969d437dfa835169210593240.tar.xz |
[S390] s390/char/vmur.c: fix memory leak
This patch is used to fix a memory leak issue in s390/char/vmur.c.
A character device instance is allocated by cdev_alloc, the cdev_del
will not free that space if cdev_init is applied before.
Signed-off-by: Dennis Chen <dennis1.chen@amd.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
0 files changed, 0 insertions, 0 deletions