
14 Nov
2013
14 Nov
'13
12:40 p.m.
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@redhat.com> --- src/conf/domain_event.c | 1 + 1 file changed, 1 insertion(+)
ACK, Martin