Exemplo n.º 1
0
void reset(){
	tracker = NULL;
	head = NULL;
	descLen = 0;
        freeStorage(storageStart);  // freeing the storage object
	storageStart=NULL;
	
}
Exemplo n.º 2
0
void MetaData::typed_data::clear() {
    freeStorage();

    mType = 0;
}