winlin

fix #666, crash when source cleanup for http-flv. 2.0.220

@@ -343,6 +343,7 @@ Remark: @@ -343,6 +343,7 @@ Remark:
343 343
344 ## History 344 ## History
345 345
  346 +* v2.0, 2016-10-26, fix #666, crash when source cleanup for http-flv. 2.0.220
346 * v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219 347 * v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219
347 * v2.0, 2016-09-23, support asprocess for oryx. 2.0.218 348 * v2.0, 2016-09-23, support asprocess for oryx. 2.0.218
348 * v2.0, 2016-09-23, support change work_dir for oryx. 349 * v2.0, 2016-09-23, support change work_dir for oryx.
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 // current release version 31 // current release version
32 #define VERSION_MAJOR 2 32 #define VERSION_MAJOR 2
33 #define VERSION_MINOR 0 33 #define VERSION_MINOR 0
34 -#define VERSION_REVISION 219 34 +#define VERSION_REVISION 220
35 35
36 // generated by configure, only macros. 36 // generated by configure, only macros.
37 #include <srs_auto_headers.hpp> 37 #include <srs_auto_headers.hpp>