mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix crash when calling an empty uri
fix property box udp port adjustement , that shall start to 0
This commit is contained in:
parent
57640825a4
commit
51302b1144
2 changed files with 2 additions and 1 deletions
|
|
@ -2297,6 +2297,8 @@ LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url)
|
|||
LinphoneProxyConfig *proxy=lc->default_proxy;
|
||||
char *tmpurl;
|
||||
LinphoneAddress *uri;
|
||||
|
||||
if (*url=='\0') return NULL;
|
||||
|
||||
if (is_enum(url,&enum_domain)){
|
||||
if (lc->vtable.display_status!=NULL)
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment7">
|
||||
<property name="lower">1</property>
|
||||
<property name="upper">65535</property>
|
||||
<property name="value">5060</property>
|
||||
<property name="step_increment">1</property>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue