Hi, On Sun, Nov 23, 2025 at 11:17:28AM +0100, Страхиња Радић wrote: > Maybe instead of removing that line, do something like: > > free(s.str); > s.str = NULL; > > so the next call to free(3) will just silently return?
I personally prefer just removing the line, because it avoids handling with internal details of String. Regards,
