Bug 305631
| Summary: | [WPEPlatform] Annotate wpe_buffer_formats_builder_end() as taking ownership of the passed builder ref | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WPE WebKit | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
The wpe_buffer_formats_builder_end() takes ownership of the WPEBufferFormatsBuilder ref passed to it and, as stated in the documentation, the function will call wpe_buffer_formats_builder_unref() on it. All good! But the builder parameter is missing a (transfer full) annotation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/56701
EWS
Committed 305708@main (87cf25f87c82): <https://commits.webkit.org/305708@main>
Reviewed commits have been landed. Closing PR #56701 and removing active labels.