source: issm/oecreview/Archive/11700-11718/ISSM-11706-11707.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 572 bytes
RevLine 
[11991]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/modules/UpdateVertexPositionsx/UpdateVertexPositionsx.cpp
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/modules/UpdateVertexPositionsx/UpdateVertexPositionsx.cpp (revision 11706)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/modules/UpdateVertexPositionsx/UpdateVertexPositionsx.cpp (revision 11707)
5@@ -39,6 +39,6 @@
6 /*Free ressources:*/
7 xfree((void**)&thickness);
8 xfree((void**)&bed);
9- delete vz;
10+ xdelete(&vz);
11 return 1;
12 }
Note: See TracBrowser for help on using the repository browser.