Changeset: de4f452aacfc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/de4f452aacfc
Modified Files:
common/stream/mapi_stream.c
Branch: default
Log Message:
Plug a hole.
diffs (12 lines):
diff --git a/common/stream/mapi_stream.c b/common/stream/mapi_stream.c
--- a/common/stream/mapi_stream.c
+++ b/common/stream/mapi_stream.c
@@ -87,7 +87,7 @@ recv_upload_destroy(stream *s)
{
struct mapi_recv_upload *state = s->stream_data.p;
free(state);
- free(s);
+ destroy_stream(s);
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]