forked from cory/tildefriends
Actually serialize doubles. Yikes.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4463 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -33,6 +33,7 @@ void tf_packetstream_destroy(tf_packetstream_t* stream)
|
||||
{
|
||||
tf_free(stream->buffer);
|
||||
stream->buffer = NULL;
|
||||
stream->buffer_size = 0;
|
||||
}
|
||||
if (stream->stream.data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user