Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
Phonon VLC
Commits
fd80aa24
Commit
fd80aa24
authored
Apr 19, 2011
by
Harald Sitter
🏳️🌈
Browse files
tear down global subtitles object at backend destruction
parent
d74298d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc/backend.cpp
View file @
fd80aa24
...
...
@@ -120,9 +120,10 @@ Backend::Backend(QObject *parent, const QVariantList &)
Backend
::~
Backend
()
{
if
(
LibVLC
::
self
)
{
if
(
LibVLC
::
self
)
delete
LibVLC
::
self
;
}
if
(
GlobalSubtitles
::
self
)
delete
GlobalSubtitles
::
self
;
#ifdef PHONON_PULSESUPPORT
PulseSupport
::
shutdown
();
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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