[protobuf] Invalid free() / delete / delete[]

2009-11-24 Thread Vlad
When I link protobuf library on linux suse to empty program valgrind starts to complain about: ==26306== Invalid free() / delete / delete[] ==26306==at 0x4A1F99E: free (vg_replace_malloc.c:323) ==26306==by 0x6467D1A: free_mem (in /lib64/libc-2.4.so) ==26306==by 0x6467991:

Re: [protobuf] Invalid free() / delete / delete[]

2009-11-24 Thread Kenton Varda
I can't tell anything from that stack trace, sorry. On Tue, Nov 24, 2009 at 10:10 AM, Vlad vladimir.sakha...@gmail.com wrote: When I link protobuf library on linux suse to empty program valgrind starts to complain about: ==26306== Invalid free() / delete / delete[] ==26306==at