THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#156 - add a couple of missing free_to_params (mem leaks)
User who did this - Daniel-Constantin Mierla (miconda)
----------
Thanks for checking the corner cases and providing the patch. I am going to apply the
patch, one thing to discuss though...
It is related to the fact that you replaced some memset's to 0 with struct
initialization to {0}. Is assignment of {0} to struct variables compatible with ansi c?
Not sure when this short version of struct 0-padding initialization was standardized and
we try to keep the sources clean for compilation with old C standard versions.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=156#comment2…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.