Commit a9b9b42b authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

nouveau/gsp: free acpi object after use

parent 7854ea0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1226,6 +1226,7 @@ r535_gsp_acpi_dod(acpi_handle handle, DOD_METHOD_DATA *dod)
	}

	dod->status = 0;
	kfree(output.pointer);
}
#endif