[Qt-interest] *** glibc detected *** ./program: double free or corruption (out): 0x08c9c938 ***

R. Reucher rene.reucher at batcom-it.net
Wed Mar 25 09:49:16 CET 2009


On Wed March 25 2009 08:34:22 miroslav wrote:
> Plugin widget:
> // Definition of slot (in *.h):
>      public slots:
>           void InitiateCoordinateValues();
> //and the InitiateCoordinateValues() - (only setting values to GLfloat
> variables)
>      xCoord = 90.0f;
>      yCoord = 90.0f;
>      zCoord = 90.0f;
Ignoring that this syntax won't work anyway (the assignments are not part of 
the slot/function!)... how are xCoord, yCoord and zCoord declared?
-- 
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/




More information about the Qt-interest-old mailing list