Re: [Libreoffice] [patch] memset used on struc with std::vector / Windows code

2011-09-11 Thread Eike Rathke
Hi Pierre-André, On Sunday, 2011-09-11 14:20:57 +0200, Pierre-André Jacquod wrote: > the struct DdeInstData contains a std::vector, but was initialized > with memset( pData,0,sizeof(DdeInstData) ) Good catch. > So I tried to have a consistent initialization with the new struct layout. That sho

[Libreoffice] [patch] memset used on struc with std::vector / Windows code

2011-09-11 Thread Pierre-André Jacquod
hello, I allow me to send also this patch (I should really find out a Windows box in order to compile / test by myself). In short: since a39d4eae Remove DECLARE_LIST(DdeConnections,DdeConnection*) the struct DdeInstData contains a std::vector, but was initialized with memset( pData,0,sizeof(D