If `lua_pushstring` `longjmp`s out then the string is never freed. e.g. https://github.com/daurnimator/lua-systemd/blob/f905300e44af3d17a2f1c6f2bde003ffa9a08263/src/login.c#L129
If
lua_pushstringlongjmps out then the string is never freed.e.g.
lua-systemd/src/login.c
Line 129 in f905300