mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
oops, close the handle after use as a good citizen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b23fc2511f
commit
bebce6a74e
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ sub mapscan {
|
||||||
$start = $1;
|
$start = $1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
close(M);
|
||||||
|
|
||||||
# return number of bytes
|
# return number of bytes
|
||||||
return hex($end) - hex($start);
|
return hex($end) - hex($start);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue