fix crash when calling an empty uri

fix property box udp port adjustement , that shall start to 0
This commit is contained in:
Simon Morlat 2013-12-18 15:32:25 +01:00
parent 57640825a4
commit 51302b1144
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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>