Fix another leak
All checks were successful
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Successful in 14s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Successful in 14s
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Successful in 15s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Successful in 12s
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Successful in 10s
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Successful in 10s

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-27 23:16:47 +03:00
parent dbaf6d16ce
commit a8ea92dd5c
2 changed files with 45 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
test = 123;
test.field = 456; # This should be invalid. `test` is an int, not an object.
test = 123
test.field = 456 # This should be invalid. `test` is an int, not an object.
}