Changeset 19683


Ignore:
Timestamp:
10/28/15 13:42:55 (10 years ago)
Author:
Eric.Larour
Message:

CHG: fixing nasty segfault in case we have non-contiguous data!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp

    r16968 r19683  
    151151//                                      }
    152152//                              }
     153                       
    153154                        }
    154155
     
    174175                                _error_("unrecognized double pyarray type in input!");
    175176
    176                         if (py_matrix2)
    177                                 delete(py_matrix2);
     177                        //if (py_matrix2) delete(py_matrix2); Not doing this for now, seems to  be creating a segfault!
    178178                }
    179179                else
Note: See TracChangeset for help on using the changeset viewer.