Fix multiple calls to img.Open

This commit is contained in:
John Starks
2016-04-18 12:51:10 -07:00
parent 6606cf93e2
commit 24c009df14
+1
View File
@@ -553,6 +553,7 @@ func (r *Reader) readSecurityDescriptors(rsrc io.Reader) (sds [][]byte, n int64,
return
}
n = secsize
return
}