Changeset 1258:613e585eb244 in roaraudio


Ignore:
Timestamp:
02/27/09 03:26:41 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

don't test for sync() to exist and then exec close()... bug coused segfault on vio close()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r1253 r1258  
    142142  return -1; 
    143143 
    144  if ( vio->sync == NULL ) 
     144 if ( vio->close == NULL ) 
    145145  return -1; 
    146146 
Note: See TracChangeset for help on using the changeset viewer.