[Poppler-bugs] [Bug 6188] New: mem leak in poppler_page_get_link_mapping

bugzilla-daemon at annarchy.freedesktop.org bugzilla-daemon at annarchy.freedesktop.org
Wed Mar 8 12:50:55 PST 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=6188          
     
           Summary: mem leak in poppler_page_get_link_mapping
           Product: poppler
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glib frontend
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: chpe at gnome.org


==16259== 96 bytes in 12 blocks are definitely lost in loss record 107 of 305
==16259==    at 0x401B7F3: operator new(unsigned) (vg_replace_malloc.c:164)
==16259==    by 0x42C6459: poppler_page_get_link_mapping (poppler-page.cc:808)
==16259==    by 0x8097EA8: pdf_document_get_links(_EvDocument*, int)
(ev-poppler.cc:292)
==16259==    by 0x808BEA8: ev_document_get_links (ev-document.c:198)
==16259==    by 0x8062000: ev_job_render_run (ev-jobs.c:300)

in glib/poppler-page.c:poppler_page_get_link_mapping 

        links = new Links (page->page->getAnnots (&obj),
                           page->document->doc->getCatalog ()->getBaseURI ());

but |links| is never deleted.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Poppler-bugs mailing list