AudioOutput: add constructor and destructor

This commit is contained in:
Max Kellermann
2014-01-28 12:24:48 +01:00
parent 07b89b2bad
commit c4403c523f
19 changed files with 27 additions and 101 deletions

View File

@@ -353,7 +353,6 @@ pulse_output_finish(AudioOutput *ao)
{
PulseOutput *po = (PulseOutput *)ao;
ao_base_finish(&po->base);
delete po;
}