Skip to content

Commit

Permalink
drop raw edid after usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Mar 5, 2012
1 parent 25b8360 commit 5a7179a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -59,6 +59,9 @@ sub doInventory {
$screen->{SERIAL} = $edid->{serial_number2}->[0];
}
$screen->{BASE64} = encode_base64($screen->{edid});

# drop temporary variable
delete $screen->{edid};
}

$inventory->addEntry(
Expand Down

0 comments on commit 5a7179a

Please sign in to comment.