grub-probe: free temporary variable
This commit is contained in:
parent
0d6498a67d
commit
018f79da6f
1 changed files with 1 additions and 0 deletions
|
@ -735,6 +735,7 @@ help_filter (int key, const char *text, void *input __attribute__ ((unused)))
|
|||
ret = xasprintf ("%s\n%s %s %s", _("print TARGET"),
|
||||
_("available targets:"), t, def);
|
||||
free (t);
|
||||
free (def);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue