X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-jobs.c;h=140c51ad9a9e67b936fbe31cb9941cf516f44bab;hb=2297bff1e7d745f0f837d44feeda03244368d7f1;hp=80e46bf36cd0a739018255056f9c05a2e05f333b;hpb=0acd3c39cb2de1cb1fcc2a4c1a886b853518424d;p=evince.git diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c index 80e46bf3..140c51ad 100644 --- a/libview/ev-jobs.c +++ b/libview/ev-jobs.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include @@ -1087,7 +1087,7 @@ ev_job_find_dispose (GObject *object) gint i; for (i = 0; i < job->n_pages; i++) { - g_list_foreach (job->pages[i], (GFunc)g_free, NULL); + g_list_foreach (job->pages[i], (GFunc)ev_rectangle_free, NULL); g_list_free (job->pages[i]); }