Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
0ca9ac70
Commit
0ca9ac70
authored
Feb 02, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlcpp: stop the media player in the destructor.
parent
ae749fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bindings/libvlcpp/src/media_player.cpp
bindings/libvlcpp/src/media_player.cpp
+1
-0
No files found.
bindings/libvlcpp/src/media_player.cpp
View file @
0ca9ac70
...
...
@@ -39,6 +39,7 @@ MediaPlayer::MediaPlayer( Media &media )
MediaPlayer
::~
MediaPlayer
()
{
stop
();
libvlc_media_player_release
(
m_player
);
}
...
...
Write
Preview
Markdown
is supported
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