mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-21 19:46:17 -04:00

Where calloc returns two references to the same buffer, avoid calling free() on both references by setting one to NULL. Signed-off-by: David Horstmann <david.horstmann@arm.com>