FreeBSD Bugzilla – Attachment 150444 Details for
Bug 195863
devel/tcllib does not compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch jpeg module to avoid double-closing of a file (submitted upstream)
patch-jpeg (text/plain), 361 bytes, created by
Mikhail T.
on 2014-12-10 23:59:19 UTC
(
hide
)
Description:
Patch jpeg module to avoid double-closing of a file (submitted upstream)
Filename:
MIME Type:
Creator:
Mikhail T.
Created:
2014-12-10 23:59:19 UTC
Size:
361 bytes
patch
obsolete
>--- modules/jpeg/jpeg.tcl 2014-02-11 14:04:18.000000000 -0500 >+++ modules/jpeg/jpeg.tcl 2014-12-09 00:28:21.000000000 -0500 >@@ -364,5 +364,8 @@ > set fh [openJFIF $file] > set r [catch {getExifFromChannel $fh $type} err] >- close $fh >+ if {$err != ""} { >+ # If err is empty, the file is closed already >+ close $fh >+ } > return -code $r $err > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195863
:
150443
| 150444 |
150445
|
150446
|
150447