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:
Michael Jerris 2009-05-15 16:14:33 +00:00
parent 966e462e8c
commit 6774ad7083
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
Fri May 15 11:13:34 CDT 2009
Fri May 15 11:14:26 CDT 2009

View File

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