
10 May
2013
10 May
'13
5:21 a.m.
On 09.05.2013 23:17, Jesse J. Cook wrote:
From: "Jesse J. Cook" <jcook@camber.com>
The example program makes a call to virEventRegisterDefaultImpl before calling virConnectOpen without a call to virInitialize. Interestingly enough, the example code works. However, once you introduce a call to g_string_new it breaks. This can result in unintentional misuse of the API.
Relates to: Red Hat Bugzilla – Bug 961155
Jesse J. Cook (2): dom event example: init before register event impl dom event example: Add error check to impl call
examples/domain-events/events-c/event-test.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
I've squashed in both fixes and pushed. Michal