In my test bed of 10 mesh points, I see about 120K bytes memory usage increase every 30 minutes(my tool monitoring interval).
I found a few places that memory is not freed in error cases. 1. File ampe.c : function check_frame_protection(): the 3 error returns don't free memory allocated to clear_ampe_ie. 2. File linux/meshd-nl80211.c: All functions that does "msg = nlmsg_alloc()", on error path "goto nla_put_failure" don't free msg.
_______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
