[Xfce4-commits] [xfce/exo] 01/02: CID 30799: Missing varargs init or cleanup
noreply at xfce.org
noreply at xfce.org
Thu Jun 7 04:32:45 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit a6969cface575deef4d9ab2f3b68880af67d118b
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Jun 6 22:22:00 2018 -0400
CID 30799: Missing varargs init or cleanup
---
exo/exo-job.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/exo/exo-job.c b/exo/exo-job.c
index 162d777..39235e4 100644
--- a/exo/exo-job.c
+++ b/exo/exo-job.c
@@ -393,6 +393,7 @@ exo_job_emit_valist (ExoJob *job,
/* copy the variable argument list */
G_VA_COPY (data.var_args, var_args);
+ va_end (data.var_args);
/* emit the signal in the main loop */
exo_job_send_to_mainloop (job,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list