]> git.kaiwu.me - quickjs.git/commit
avoid freeing an object structure in js_weakref_free() if it is about to be freed...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 5 Apr 2025 13:21:57 +0000 (15:21 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 5 Apr 2025 13:21:57 +0000 (15:21 +0200)
commitb342502a319162daea274b08622281bc56f6b341
treee563ec29910246df228587dc8bda010c67844953
parent8b5b1277ad5236c6cfe3d43c0529e7a2440f1e25
avoid freeing an object structure in js_weakref_free() if it is about to be freed in free_zero_refcount()
quickjs.c
tests/test_builtin.js