summaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 568de50e..9f17b09f 100644
--- a/socket.c
+++ b/socket.c
@@ -345,6 +345,7 @@ static void dgram_destroy(val stream)
free(d->rx_buf);
free(d->tx_buf);
d->rx_buf = d->tx_buf = 0;
+ free(d);
}
static void dgram_overflow(val stream)