]> granicus.if.org Git - sysstat/commit
Fix CID 144609: Ressource leak
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 14 May 2017 16:52:06 +0000 (18:52 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 14 May 2017 16:52:06 +0000 (18:52 +0200)
commit3c553ec126fa32f126ad1526da8a6e733f2bfd7d
tree6499c89eb37a6b9ed1b73d207ed9b24f1e738b4e
parent5c7cf3f54ecf0c6c7f131422e7ef1bf643b02a2a
Fix CID 144609: Ressource leak

In SREALLOC() macro: Old pointer was not freed when a realloc() had
happened.
Bug introduced by commit 569378e.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
common.h