mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-21 10:27:37 +00:00
grub-probe: free temporary variable
This commit is contained in:
parent
0d6498a67d
commit
018f79da6f
@ -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 New Issue
Block a user