Skip to content
Snippets Groups Projects
Commit 378cfe87 authored by Yun Liu's avatar Yun Liu
Browse files

Fix bug ticket #137 (for Fedora 10)

parent 6a71ea5b
No related branches found
No related tags found
No related merge requests found
...@@ -57,9 +57,9 @@ PulseLayer::closeLayer( void ) ...@@ -57,9 +57,9 @@ PulseLayer::closeLayer( void )
{ {
playback->disconnect(); playback->disconnect();
record->disconnect(); record->disconnect();
sleep(2);
pa_context_disconnect( context ); pa_context_disconnect( context );
pa_context_unref( context ); pa_context_unref( context );
sleep(2);
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment