https://bugzilla.redhat.com/show_bug.cgi?id=1212157



--- Comment #4 from Antti Järvinen <[email protected]> ---
Also noticed this thing in sources: 
 in bottom of if.c there is function if_add_warning with variable argument list
and call to va_start() but va_end() is not called. Same in label.c function
label_add().

I think, in this case, the outcome is a memory leak. As the program is not a
long-running one, the issue is not that critical. But a bug, anyway. 

--
Antti

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to