Index: src/core/qgsgeometry.cpp =================================================================== --- src/core/qgsgeometry.cpp (revision 9720) +++ src/core/qgsgeometry.cpp (working copy) @@ -1525,6 +1525,7 @@ case QGis::WKBMultiPoint: { //todo + break; } case QGis::WKBLineString25D: hasZValue = true; @@ -3321,6 +3322,7 @@ { ptr = mGeometry + 1 + sizeof( int ); nPoints = ( int * ) ptr; + ptr += sizeof( int ); for ( idx = 0; idx < *nPoints; idx++ ) { ptr += ( 1 + sizeof( int ) );