Changeset 5142 for trunk/daemon/client.c
- Timestamp:
- Feb 27, 2008, 4:47:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/client.c
r5137 r5142 170 170 if( NULL == con->ipc ) 171 171 { 172 mallocmsg( sizeof *con->ipc );173 172 close( fd ); 174 173 free( con ); … … 293 292 if( NULL == con->ipc ) 294 293 { 295 mallocmsg( sizeof *con->ipc );296 294 bufferevent_free( con->evin ); 297 295 bufferevent_free( con->evout ); … … 763 761 struct stritem * jj; 764 762 765 if( ! HASVERS( con->ipc ) )763 if( !ipc_hasvers( con->ipc ) ) 766 764 { 767 765 return;
Note: See TracChangeset
for help on using the changeset viewer.