GNOME Bugzilla – Bug 691990
missing va_end(ap) at array_prop() in eggsmclient-xsmp.c
Last modified: 2016-12-16 20:16:47 UTC
The summary says it all, array_pop() takes variable arguments and getting out of it with va_arg after va_start. but it isn't finalizing with va_end.
Created attachment 233712 [details] [review] eggsmclient-xsmp: Finalize variable arguments
I just happened to notice this bug reports after looking at libegg. I've pushed it, though I'm not the maintainer. But neither is anybody else, and this part of libegg doesn't build now anyway.