evince r3575 - trunk/backend/tiff



Author: nshmyrev
Date: Tue Apr  7 22:17:34 2009
New Revision: 3575
URL: http://svn.gnome.org/viewvc/evince?rev=3575&view=rev

Log:
Ups, proper fix



Modified:
   trunk/backend/tiff/tiff2ps.c

Modified: trunk/backend/tiff/tiff2ps.c
==============================================================================
--- trunk/backend/tiff/tiff2ps.c	(original)
+++ trunk/backend/tiff/tiff2ps.c	Tue Apr  7 22:17:34 2009
@@ -174,7 +174,7 @@
 	ctx->filename = g_strdup(filename);
 	ctx->fd = g_fopen(ctx->filename, "w");
 	if (ctx->fd == NULL) {
-		g_free (filename);
+		g_free (ctx->filename);
 		g_free (ctx);
 		return NULL;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]