clearlinux / clr-boot-manager

Kernel & Boot Loader Management
https://clearlinux.org/
111 stars 30 forks source link

timeout/update: don't allocate/free manager twice #207

Closed dorileo closed 4 years ago

dorileo commented 4 years ago

Avoid parsing flags, allocating BootManager twice when calling update from time out command.

Signed-off-by: Leandro Dorileo leandro.maciel.dorileo@intel.com

bryteise commented 4 years ago

Looks good to me.