On Thu, Jun 06, 2013 at 12:35:01PM +0200, Arturo Borrero Gonzalez wrote: > 2013/6/6 Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>: > > > > To unset, use: > > > > x->flags &= ~(1 << attr) > > Nice. I'm with v2. > > What about the data being freed? Is that desirable? If the attribute is unset and the memory area is dynamically allocated, you have to release it, yes. I think it's also a good idea if you set that pointer to NULL as a bugtrap as well. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html