
4 Aug
2017
4 Aug
'17
2:50 p.m.
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@redhat.com> --- tests/virdbustest.c | 1 + 1 file changed, 1 insertion(+)
ACK