Ticket #409 (new defect)

NB! Read about ReportingBugs before filing a ticket!

Opened 5 months ago

Mac Intruments reports memory leak in src/libopensc/pkcs15-esteid.c

Reported by: zomps Owned by: opensc-devel@…
Priority: normal Milestone:
Component: opensc Version: 0.12.2
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

on line 118

r = sc_pkcs15_read_certificate(p15card, &cert_info, &cert);

will load data to object cert but it is never freed

attached patch frees the object

Attachments

pkcs15-esteid-free_cert2.patch Download (770 bytes) - added by zomps 5 months ago.

Change History

Changed 5 months ago by zomps

Note: See TracTickets for help on using tickets.