On Thu, Nov 14, 2013 at 10:51:15AM +0100, Michal Privoznik wrote:
The @list->callbacks is an array that is inflated whenever a new
event
is added, e.g. via virDomainEventCallbackListAddID(). However, when we
are freeing the array, we free the items within it but forgot to
actually free it.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/conf/domain_event.c | 1 +
1 file changed, 1 insertion(+)
ACK,
Martin