cheese r837 - in trunk: . src
- From: fargiolas svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r837 - in trunk: . src
- Date: Tue, 5 Aug 2008 08:49:06 +0000 (UTC)
Author: fargiolas
Date: Tue Aug 5 08:49:05 2008
New Revision: 837
URL: http://svn.gnome.org/viewvc/cheese?rev=837&view=rev
Log:
free a strdup-ed string
Modified:
trunk/ChangeLog
trunk/src/cheese-thumb-view.c
Modified: trunk/src/cheese-thumb-view.c
==============================================================================
--- trunk/src/cheese-thumb-view.c (original)
+++ trunk/src/cheese-thumb-view.c Tue Aug 5 08:49:05 2008
@@ -88,7 +88,7 @@
GFileInfo *info;
char *thumb_loc;
GTimeVal mtime;
- const char *mime_type;
+ char *mime_type;
char *uri;
char *filename;
@@ -156,6 +156,7 @@
gdk_threads_leave ();
+ g_free (mime_type);
g_free (filename);
g_object_unref (pixbuf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]