Ignore:
Timestamp:
Jun 12, 2009 3:52:28 PM (15 years ago)
Author:
gah
Message:

Found memory leak in reset_patterns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/FlowCmd.h

    r1497 r1510  
    167167                                         * flow.  This isn't the same thing as
    168168                                         * a normal volume displayed. */
    169     int _volId;                         /* The index of slot in the volume
    170                                          * vector. -1 indicates that a slot
    171                                          * hasn't been previously allocated.
    172                                          * This is to reuse the same slot so
    173                                          * the volume vector doesn't grow when
    174                                          * we reallocate vectors. */
    175169
    176170    NvVectorField *_fieldPtr;           /* Vector field generated from the
     
    236230        return (_dataPtr != NULL);
    237231    }
    238     Rappture::Unirect3d *GetData(void) {
     232    Rappture::Unirect3d *data(void) {
    239233        return _dataPtr;
    240234    }
    241     void SetData(Rappture::Unirect3d *dataPtr) {
     235    void data(Rappture::Unirect3d *dataPtr) {
    242236        if (_dataPtr != NULL) {
    243237            delete _dataPtr;
Note: See TracChangeset for help on using the changeset viewer.