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
Discover
Commits
4eba8e04
Commit
4eba8e04
authored
Jan 31, 2022
by
Aleix Pol Gonzalez
🐧
Browse files
flatpak: ensure we don't unref transactions twice
BUG: 440877
parent
4a6bca1a
Pipeline
#131329
passed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/FlatpakBackend/FlatpakTransactionThread.cpp
View file @
4eba8e04
...
...
@@ -169,7 +169,6 @@ void FlatpakTransactionThread::run()
if
(
!
flatpak_transaction_run
(
transaction
,
m_cancellable
,
&
localError
))
{
qWarning
()
<<
"could not properly clean the elements"
<<
refs
->
len
<<
localError
->
message
;
}
g_object_unref
(
m_transaction
);
}
#endif
}
...
...
Aleix Pol Gonzalez
🐧
@apol
mentioned in commit
0cfb5641
·
Jan 31, 2022
mentioned in commit
0cfb5641
mentioned in commit 0cfb56416ac586431182f216bdb6718a73a8a4ec
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