Changeset 1315:177636363c47 in roaraudio for libroar/file.c


Ignore:
Timestamp:
03/21/09 01:48:04 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some small patches in direction of vio based roar_connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/file.c

    r1196 r1315  
    273273 
    274274  if ( exec ) { 
    275    con->fh = -1; 
     275   // TODO: FIXME: this ma cause a memory leak in future 
     276   // OLD: con->fh = -1; 
     277   roar_connect_fh(con, -2); 
    276278  } 
    277279 
Note: See TracChangeset for help on using the changeset viewer.