winlin

for #515, use srs_freepa and SrsAutoFreeA for array. 2.0.198

... ... @@ -336,6 +336,7 @@ Remark:
## History
* v2.0, 2015-11-02, for [#515][bug #515] use srs_freepa and SrsAutoFreeA for array. 2.0.198
* v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], remove duration for live.
* v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], add av tag in flv header. 2.0.197
* v2.0, 2015-10-27, for [#512][bug #512] partical hotfix the hls pure audio. 2.0.196
... ... @@ -1199,6 +1200,7 @@ Winlin
[bug #50]: https://github.com/simple-rtmp-server/srs/issues/50
[bug #34]: https://github.com/simple-rtmp-server/srs/issues/34
[bug #512]: https://github.com/simple-rtmp-server/srs/issues/512
[bug #515]: https://github.com/simple-rtmp-server/srs/issues/515
[bug #xxxxxxxxxx]: https://github.com/simple-rtmp-server/srs/issues/xxxxxxxxxx
[exo #828]: https://github.com/google/ExoPlayer/pull/828
... ...
... ... @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_REVISION 196
#define VERSION_REVISION 197
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
... ...