Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e551260b authored by Matthew Garrett's avatar Matthew Garrett
Browse files

dell-laptop: Fix small memory leak



da_tokens was not being freed by dell-laptop on unload. Fix that.

Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent facd61d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -478,6 +478,7 @@ static void __exit dell_exit(void)
		platform_device_del(platform_device);
		platform_driver_unregister(&platform_driver);
	}
	kfree(da_tokens);
}

module_init(dell_init);