pikotools/src/space
Tomasz Sowa 009e240a8d fixed some memory leaks in Space, pointers in tables and objects were not correctly 'deleted', affected methods:
set_empty_table()
set_empty_object()
add(const wchar_t * field, Space && space)
copy_value_object(const Value & value_from)
copy_value_table(const Value & value_from)
initialize_value_object_if_needed(ObjectType && obj)
initialize_value_table_if_needed(TableType && tab)
add_generic(const wchar_t * field, const ArgType & val)
2021-06-27 15:41:38 +02:00
..
space.cpp fixed some memory leaks in Space, pointers in tables and objects were not correctly 'deleted', affected methods: 2021-06-27 15:41:38 +02:00
space.h fixed some memory leaks in Space, pointers in tables and objects were not correctly 'deleted', affected methods: 2021-06-27 15:41:38 +02:00
spaceparser.cpp removed support for so called child objects from Space (this was an old feature of Space struct, now not needed) 2021-06-26 22:56:12 +02:00
spaceparser.h fixed: using size() when serializing strings - this allows to serialize a string which contain a null character 2021-06-14 13:48:32 +02:00