Skip to content

Commit

Permalink
Fix core dump in monitor name expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
domivogt committed Dec 13, 2021
1 parent ff3afd3 commit 447649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvwm/expand.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static signed int expand_vars_extended(
mon2 = monitor_resolve_name(m_name);
if (mon2 == NULL)
{
free(rest_s);
free(p_free);
return -1;
}

Expand Down

0 comments on commit 447649d

Please sign in to comment.