From 3e6f824e6cb8e765d691d074077f9aac87fd0931 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 2 Jan 2012 21:42:33 +0200 Subject: [PATCH] Use free rather than delete for malloc'd memory --- src/client.cpp | 2 +- src/server.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.cpp b/src/client.cpp index e3b250b32..aca38b166 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1343,7 +1343,7 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id) <"< "<m_Textures[tname] = TextureInformation(tpath,digest_string);