Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
16cb4286
Commit
16cb4286
authored
Oct 20, 2020
by
Lewis Lakerink
Browse files
Fix pipewire stream double free
parent
f782c1f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
screencast/pipewirestream.cpp
View file @
16cb4286
...
...
@@ -253,6 +253,7 @@ bool PipeWireStream::createStream()
if
(
pw_stream_connect
(
pwStream
,
PW_DIRECTION_OUTPUT
,
SPA_ID_INVALID
,
flags
,
&
param
,
1
)
!=
0
)
{
qCWarning
(
KWIN_SCREENCAST
)
<<
"Could not connect to stream"
;
pw_stream_destroy
(
pwStream
);
pwStream
=
nullptr
;
return
false
;
}
...
...
David Edmundson
@davidedmundson
mentioned in commit
ae6e7fee
·
Oct 20, 2020
mentioned in commit
ae6e7fee
mentioned in commit ae6e7feef093f43753b46fbf8f54ed0282fd16d2
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment