THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#319 - Possible memory leak in srdb1
User who did this - Konstantin (Konstantin)
----------
Please find the fix in the attachment
----------
One or more files have been attached.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=319#comment1006
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#319 - Possible memory leak in srdb1
User who did this - Daniel-Constantin Mierla (miconda)
----------
Can you just do:
git diff >/tmp/db_free_columns.patch
and attache the patch file here. It is easier to spot the changes and if all is fine, then I can simply apply the patch, not struggle with copy&paste and miss something or copy more.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=319#comment1005
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#319 - Possible memory leak in srdb1
User who did this - Konstantin (Konstantin)
----------
Please find comments /* FIX FOR MEMORY LEAKAGE */ inside db_free_columns function.
----------
One or more files have been attached.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=319#comment1004
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#324 - Entity URI in NOTIFY XML body
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Patch applied to master and 4.0 branches.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=324
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#325 - tm doesn't relay changed 'To' header in CANCEL before dialog is established
User who did this - Daniel-Constantin Mierla (miconda)
----------
uac_replace_to() should be used for updates to To header if you want changes to be reflected in CANCEL. There is an internal flag set for the case when To is updated, not done by other functions that are not specific for To update. You can try to make a patch that sets the flag, if uac_replace_to() is not enough for you.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=325#comment1003
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#325 - tm doesn't relay changed 'To' header in CANCEL before dialog is established
User who did this - Trip Volpe (tvolpe)
----------
Just remove_hf/insert_hf, like so:
remove_hf("To");
insert_hf("To: <sip:$var(format_tn)@flowroute.com>\r\n");
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=325#comment1002
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.