Changeset 18583


Ignore:
Timestamp:
11/15/12 20:56:23 (11 years ago)
Author:
nit
Message:

[titan] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/service.h

    r18431 r18583  
    2626void serviceresetchannelinfo(struct channel* chnode)
    2727{
     28        if(chnode == NULL) return;
     29
    2830        freeaudiotrack(chnode);
    2931        freesubtitle(chnode);
Note: See TracChangeset for help on using the changeset viewer.