[Xfce4-commits] [xfce/exo] 01/01: Revert "CID 30799: Missing varargs init or cleanup" (bug 14465)

noreply at xfce.org noreply at xfce.org
Wed Jun 20 23:58:23 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 d18929d4747a909ab16c36dda6974e93d6952c62
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Jun 20 17:57:43 2018 -0400

    Revert "CID 30799: Missing varargs init or cleanup" (bug 14465)
    
    This reverts commit a6969cface575deef4d9ab2f3b68880af67d118b.
---
 exo/exo-job.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/exo-job.c b/exo/exo-job.c
index 39235e4..162d777 100644
--- a/exo/exo-job.c
+++ b/exo/exo-job.c
@@ -393,7 +393,6 @@ 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