2010-05-12 14:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbnetio/netiosrv.c
! fixed yet another typo located by Aleksander Czajczyki which
caused internal error (hb_xfree() with NULL pointer)
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-05-12 14:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbnetio/netiosrv.c
|
||||
! fixed yet another typo located by Aleksander Czajczyki which
|
||||
caused internal error (hb_xfree() with NULL pointer)
|
||||
|
||||
2010-05-12 12:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbnetio/netiosrv.c
|
||||
! fixed typo in NETIO_SRVSTATUS() - -2 was always returned
|
||||
|
||||
@@ -1206,7 +1206,7 @@ HB_FUNC( NETIO_SERVER )
|
||||
if( stream->id == iStreamID )
|
||||
{
|
||||
conn->streams = stream->next;
|
||||
hb_xfree( conn->streams );
|
||||
hb_xfree( stream );
|
||||
}
|
||||
hb_threadMutexUnlock( conn->mutex );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user