mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
fix crashes in script component
that code was guarded by !PLATFORM(QT) which I overlooked and unconditionalized leaving the code, deleting the data should not be done Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8378b13b08
commit
852f1addde
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ inline void ThreadSpecific<T>::destroy(void* ptr)
|
|||
|
||||
data->value->~T();
|
||||
fastFree(data->value);
|
||||
|
||||
delete data;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue