I'm adding a workaround so that gdata format plugin will not crash
commit9f237bcba58b38c74a9c9676cc27b518352931b1
authorAdenilson Cavalcanti <adenilson.silva@indt.org.br>
Mon, 27 Oct 2008 22:29:02 +0000 (27 18:29 -0400)
committerAdenilson Cavalcanti <adenilson.silva@indt.org.br>
Mon, 27 Oct 2008 22:29:02 +0000 (27 18:29 -0400)
treea71d309f19400a7ee0de2bb852c6f89b396bd1d9
parent389e68b20019636ebdfce6d71a6de9baf34cf053
I'm adding a workaround so that gdata format plugin will not crash
msynctool.

One field of converting context structure is somehow poiting to a non
allocated area (and a call to free this memory was generating a double
free condition).

I added a flag that makes sure to cleanup context fields *only* if they
were initialized.
src/gdata_format.c
src/xslt_aux.h