platform-x86: intel_mid_thermal: Fix memory leak
authorAmeya Palande <2ameya@gmail.com>
Thu, 7 Apr 2011 13:30:02 +0000 (16:30 +0300)
committerMatthew Garrett <mjg@redhat.com>
Fri, 27 May 2011 16:37:20 +0000 (12:37 -0400)
Signed-off-by: Ameya Palande <2ameya@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_mid_thermal.c

index f077650..3a57832 100644 (file)
@@ -527,6 +527,7 @@ static int mid_thermal_remove(struct platform_device *pdev)
        for (i = 0; i < MSIC_THERMAL_SENSORS; i++)
                thermal_zone_device_unregister(pinfo->tzd[i]);
 
+       kfree(pinfo);
        platform_set_drvdata(pdev, NULL);
 
        /* Stop the ADC */