88 |
There's no data owned by this object, so nothing to be done here. |
There's no data owned by this object, so nothing to be done here. |
89 |
*/ |
*/ |
90 |
Instanc::~Instanc(){ |
Instanc::~Instanc(){ |
91 |
|
/* we seriously need a way to free 'interface pointer' data. this doesn't work |
92 |
|
though, because Python gets messed up |
93 |
|
InstanceInterfaceData *d = (InstanceInterfaceData *)GetInterfacePtr(i); |
94 |
|
if(d){ |
95 |
|
cerr << "Destroying interface pointer data" << endl; |
96 |
|
delete d; |
97 |
|
} |
98 |
|
*/ |
99 |
//cerr << "DESTROYING INSTANC OBJECT" << endl; |
//cerr << "DESTROYING INSTANC OBJECT" << endl; |
100 |
} |
} |
101 |
|
|