Changeset 197:6410a072b96d in roaraudio


Ignore:
Timestamp:
07/20/08 21:31:43 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

close input fh an do not just loose all refrences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_cmd.c

    r196 r197  
    1515  return -1; 
    1616 
     17 close(((struct roar_stream*)info)->fh); 
    1718 ((struct roar_stream*)info)->fh = socks[0]; 
    1819 ((struct roar_stream*)info)->info.codec = ROAR_CODEC_DEFAULT; 
Note: See TracChangeset for help on using the changeset viewer.