void f()
{
for (int i = 0; i < j; i++)
char *str = strdup("hello");
if (condition)
continue;
free(str);
}