Fix: leaking string by setting pointer to NULL before freeing it
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 28 Aug 2018 20:12:40 +0000 (16:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 Aug 2018 21:32:45 +0000 (17:32 -0400)
commit03e301513e0f0bb552ed5fd1cc8056900396652d
treeacd262acede527b6d82ceb97139c500d99da9c81
parentd7ee7196fb236c616cc64de0486cf8d659e235a2
Fix: leaking string by setting pointer to NULL before freeing it

Reported-by: Coverity (1395200) Resource leak
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/utils.c
This page took 0.024687 seconds and 4 git commands to generate.