Browse Source

Staging: zram: free device memory when init fails

Signed-off-by: Shahar Havivi <shaharh@redhat.com>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Shahar Havivi 15 years ago
parent
commit
273ad8dcef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/zram/zram_drv.c

+ 1 - 0
drivers/staging/zram/zram_drv.c

@@ -769,6 +769,7 @@ static int __init zram_init(void)
 free_devices:
 	while (dev_id)
 		destroy_device(&devices[--dev_id]);
+	kfree(devices);
 unregister:
 	unregister_blkdev(zram_major, "zram");
 out: