Closed GoogleCodeExporter closed 9 years ago
I should have said that all non null pointers returned by redisCommand() need
to be passed to freeReplyObject(). Also the redis contexts from each
get_redis_connection() need to be releases with redisFree()
Original comment by kevindem...@gmail.com
on 8 Oct 2013 at 2:13
Original comment by mom040...@gmail.com
on 8 Oct 2013 at 3:31
The result of get_redis_connection() must not be freed because this is a static
singleton value (in this program)
Original comment by mom040...@gmail.com
on 8 Oct 2013 at 7:34
Fixed in the SVN repository; will be included into 2.6.5.1, soon.
Original comment by mom040...@gmail.com
on 8 Oct 2013 at 7:49
Fixed in 2.6.5.1
Original comment by mom040...@gmail.com
on 8 Oct 2013 at 8:10
Original comment by mom040...@gmail.com
on 8 Oct 2013 at 8:11
https://groups.google.com/forum/#!topic/turn-server-project-rfc5766-turn-server/
1gI4jFuVinE
Original comment by mom040...@gmail.com
on 9 Oct 2013 at 7:27
Original issue reported on code.google.com by
kevindem...@gmail.com
on 8 Oct 2013 at 2:10