Comment 3 for bug 728286

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

Looking back at this, I see a mistake in the example.

memcached_servers_parse() creates a list, not a memcached_server_st. The memory from it needs to be cleaned up with memcached_server_list_free().

I believe I can make the above work without changing the API.