Wed May 13 13:08:11 CDT 2009 Pekka Pessi <first.last@nokia.com>
* sres_resolver_new_with_cache_va(): added missing va_end() git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13348 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
966e462e8c
commit
6774ad7083
|
@ -1 +1 @@
|
|||
Fri May 15 11:13:34 CDT 2009
|
||||
Fri May 15 11:14:26 CDT 2009
|
||||
|
|
|
@ -707,6 +707,8 @@ sres_resolver_new_with_cache_va(char const *conf_file_path,
|
|||
if (olist != oarray)
|
||||
free(olist);
|
||||
|
||||
va_end(va0);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue