Hi,
we have a transformation in our module and on the eval function we are
setting the pv_value_t flags to PV_VAL_STR | PV_VAL_PKG.
shouldn't the pv_value_t.rs.s be freed ? we want to avoid using static
buffers because they may be overlapped by other processes.
Best