Actions
Feature #5355
open205: All allocated socket buffers should be freed
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.
Updated by Evgeny Novikov about 10 years ago
This specification should be likely merged with #3311.
Actions