Commit 26ab43e
committed
[GStreamer] Fix crash in event management
https://bugs.webkit.org/show_bug.cgi?id=294713
Reviewed by Philippe Normand.
We were leaking the ref just in the line above for OOB events which was causing the quirks to try to use a nullptr.
* Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp:
(webKitMediaSrcSendEvent):
Canonical link: https://commits.webkit.org/296413@main1 parent 4bfe2af commit 26ab43e
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
| 854 | + | |
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
| |||
0 commit comments