diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 7565ff584..f7eb8a45a 100644 --- a/src/main.c +++ b/src/main.c @@ -595,6 +595,7 @@ int main(int argc, char * argv[]) { } savePlaylistState(); + saveAudioDevicesState(); freeAllInterfaces(); |