Comment 2 for bug 728286

Revision history for this message
Brian Aker (brianaker) wrote :

Thanks, when I try your patch out I get the following:

#0 memcached_server_free (self=<value optimized out>) at libmemcached/server.c:118
#1 0x0000000000409a46 in regression_bug_728286 (unused=<value optimized out>) at tests/mem_functions.c:6130

When free is called if root is not set in the structure we get a crash. I've added an if() to that to solve the issue.

I should have this in trunk sometime in the next 24hours.

Thanks again.