HttpMediaServer icon indicating copy to clipboard operation
HttpMediaServer copied to clipboard

fixed from PVS-Studio

Open ip-gpu opened this issue 7 years ago • 0 comments

I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warnings:

V611 The memory was allocated using 'new T[]' operator but was released using the 'delete' operator. Consider inspecting this code. It's probably better to use 'delete [] buf;'. response.cpp 244, 280

ip-gpu avatar Nov 01 '17 18:11 ip-gpu