Ignore:
Timestamp:
12/06/14 14:01:58 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added function to properly deinitialize sound handling on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/mlx.py

    r535 r573  
    22from config import Config
    33from i18n import setLanguage
    4 from sound import initializeSound
     4from sound import initializeSound, finalizeSound
    55from util import secondaryInstallation
    66from const import VERSION
     
    9696
    9797        gui.run()
     98
     99        finalizeSound()
    98100    finally:
    99101        gui.flushStdIO()
Note: See TracChangeset for help on using the changeset viewer.