Project

General

Profile

Actions

Feature #5355

open

205: All allocated socket buffers should be freed

Added by Pavel Andrianov over 9 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/20/2014
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

The dynamic allocation of memory is difficult to check. The suggested rule targets to allocation of socket buffers. The correct usage includes:
  • Freeing all socket buffers to avoid a memory leak.
  • Freeing a socket buffer only once.
  • Freeing allocated socket buffers.

Sample bugfixes:
a4e0b4c
8ea008e
0b1511b
08f7de1

Actions

Also available in: Atom PDF