Changeset 03c2d5f in mainline for uspace/app/wavplay/main.c


Ignore:
Timestamp:
2013-03-24T19:08:37Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc3c27ad
Parents:
5bf4310
Message:

wavplay: Destroy hound context on exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/main.c

    r5bf4310 r03c2d5f  
    9797                }
    9898        }
     99        hound_context_destroy(hound);
    99100        fclose(source);
    100101        return ret;
Note: See TracChangeset for help on using the changeset viewer.