mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:29:13 +02:00
actually delete resources... even on windows
This commit is contained in:
parent
de58c4a007
commit
ded035094a
1 changed files with 0 additions and 4 deletions
|
@ -248,11 +248,7 @@ void Resource::allReferencesCleared() {
|
||||||
_cache->addUnusedResource(self);
|
_cache->addUnusedResource(self);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
#ifndef WIN32
|
|
||||||
// Note to Andrzej this causes a consistent crash on windows/vs2013
|
|
||||||
// patching here as a very temporary workaround. --craig
|
|
||||||
delete this;
|
delete this;
|
||||||
#endif // !WIN32
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue