winlin

add srs memory watcher.

@@ -192,8 +192,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -192,8 +192,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
192 * whether enable the special memory watcher. 192 * whether enable the special memory watcher.
193 * which used for memory leak debug and hurts performance. 193 * which used for memory leak debug and hurts performance.
194 */ 194 */
195 -#define SRS_MEM_WATCH  
196 #undef SRS_MEM_WATCH 195 #undef SRS_MEM_WATCH
  196 +#define SRS_MEM_WATCH
197 197
198 #endif 198 #endif
199 199