Skip to content

Commit

Permalink
ao: shutdown properly
Browse files Browse the repository at this point in the history
  • Loading branch information
abrasive committed Apr 1, 2013
1 parent 370f9d2 commit 31d2570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audio_ao.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ static int init(int argc, char **argv) {
static void deinit(void) {
if (dev)
ao_close(dev);
dev = NULL;
ao_shutdown();
}

static void start(int sample_rate) {
Expand Down

0 comments on commit 31d2570

Please sign in to comment.