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

Commit de47b69c authored by Jesper Juhl's avatar Jesper Juhl Committed by Len Brown
Browse files

asus_acpi: fix possible double free (found by Coverity)

parent 7a883eaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1192,6 +1192,7 @@ static int asus_hotk_get_info(void)
			break;
		default:
			kfree(model);
			model = NULL;
			break;
		}
	}