In the Linux kernel, the following vulnerability has been resolved:
platform/surface: aggregator: Add missing call to ssamrequestsync_free()
Although rare, ssamrequestsyncinit() can fail. In that case, the request should be freed via ssamrequestsyncfree(). Currently it is leaked instead. Fix this.