From: Sebastien V. <se...@ji...> - 2011-10-28 12:33:18
|
Hi Ken, Thank you. In addition to your patch, I will add the following diff to src/turnserver.c - /* free mod_tmpuser */ - tmpuser_destroy(); + if(turnserver_cfg_mod_tmpuser()) + { + /* free mod_tmpuser */ + tmpuser_destroy(); + } Regards, -- Seb Le 28/10/11 00:16, Ken Cox a écrit : > If you have mod_tmpuser = false in the turnserver.conf, turnserver > crashes on shutdown in tmpuser_destroy() calling list_iterate_safe > (turned out not so safe). This patch seemed simplest without breaking > the encapsulation of g_tmpuser. > > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > > > _______________________________________________ > Turnserver-devel mailing list > Tur...@li... > https://lists.sourceforge.net/lists/listinfo/turnserver-devel |