Skip to content
Snippets Groups Projects
Commit 9b41d939 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Revert previous change (bug for fedora)

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