aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--peer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/peer.c b/peer.c
index 25bdd97..2689e15 100644
--- a/peer.c
+++ b/peer.c
@@ -292,6 +292,9 @@ enet_peer_reset_incoming_commands (ENetList * queue)
enet_packet_destroy (incomingCommand -> packet);
}
+ if (incomingCommand -> fragments != NULL)
+ enet_free (incomingCommand -> fragments);
+
enet_free (incomingCommand);
}
}