[Koha-bugs] [Bug 8604] Patron cards made for patrons which don't have patron images use preceding card's image

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 13 09:45:30 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #19 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Chris:
I have the impression that you are clearing the wrong variables at the end of
the for loop. You undef image, alt_image and binary_data. These three vars are
all created in the for loop. I guess they should not present a problem? But
$image_data is created outside the loop and is not cleared. Isn't that the
cause of the issue?

Look at
my $binary_data = $image_data->{'imagefile'}

Since $image_data is not cleared, bad things may still happen??
Changing status for feedback.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list