Subj : src/sbbs3/js_file.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Jan 26 2025 10:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/b580def0507913d01bd70cea Modified Files: src/sbbs3/js_file.c Log Message: Fix spurious call to JS_THIS_OBJECT() This appears to be why valgrind on FreeBSD was failing. You can't actually call this in a constructor because creating this is the whole point of calling it. .