On Fri, Aug 04, 2017 at 16:22:36 +0200, Michal Privoznik wrote:
In testMessageSingleArrayRef the string is doubly referenced.
Therefore we have to free also the first pointer to the string.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
tests/virdbustest.c | 1 +
1 file changed, 1 insertion(+)
ACK