Changeset 262 for trunk/src/JobPrint.cxx

Show
Ignore:
Timestamp:
02/23/07 02:34:25 (22 months ago)
Author:
jordi
Message:

Added some g_free calls.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/JobPrint.cxx

    r239 r262  
    408408        m_Document = NULL; 
    409409 
    410         // This array tells us which pages to export to postscrip. 
     410        // This array tells us which pages to export to postscript. 
    411411        int numPages = getDocument ().getNumPages (); 
    412412        m_PageRange = new gboolean[numPages];