projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0812024
)
Missing va_end(args) from SA_SIGINFO related code.
Steve Peters [Thu, 3 Nov 2005 17:14:17 +0000 (17:14 +0000)]
p4raw-id: //depot/perl@25976
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
31df285
..
d677e44
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-2741,6
+2741,8
@@
Perl_sighandler(int sig)
PUSHs((SV*)rv);
PUSHs(newSVpv((void*)sip, sizeof(*sip)));
}
+
+ va_end(args);
}
}
#endif