Re: Index Issue: container not get freed before another cache_load

2007-10-10 Thread Sharad Chandra
Hi, In cache_free i used, CONTAINER_FREE (container); call. but that gives me segmentation fault. Latter i thought, where index is being register, if that is freed may work. Therefor before going to loop and calling se_find_value_in_slist and se_add_pair_to_slist for index. i used se_c

Re: Index Issue: container not get freed before another cache_load

2007-10-10 Thread Rasanth Akali Kandoth
All, in snmplib/container_binary_array.c: netsnmp_binary_array_release() , binary_array_table *t = (binary_array_table*)c->container_data; if (t->data != NULL) { SNMP_FREE(t->data); } SNMP_FREE(t); SNMP_FREE(c); is it fine to free t->data as above, since it is a void**

Re: Index issue....

2007-05-07 Thread Dave Shield
On 07/05/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > I have an general query, > In SNMP MIB table ,the indexing is dynamic? What exactly do you mean by that? The style of indexing (how many index values, and what type - single integer, multi-dimensional, strings, etc) is fixed, and defined