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