Any reason that:
```
ksr_logdata_t __kld = {0};
```
I replaced with:
```
ksr_logdata_t __kld = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
```
I've reverted the change.
Also, `asprintf()` allocates memory, it is freed
somewhere?
It is now, at the end of the function.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3902#issuecomment-2208643702
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3902/c2208643702(a)github.com>