Skip to content

Commit

Permalink
add missing cleaning of tmp file (bnc#926843)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 4, 2015
1 parent b0537f3 commit 8b77e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/include/bootloader/routines/lib_iface.rb
Expand Up @@ -353,7 +353,9 @@ def InitializeBootloader

# perl have slightly different evaluation of boolean, so lets convert it
ret = ![false, nil, 0, ""].include?(ret)
return ret
ret
ensure
ret_data.unlink
end

# Get contents of files from the library cache
Expand Down

0 comments on commit 8b77e47

Please sign in to comment.