gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4757 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r4757 - Extractor/src/plugins
Date: Wed, 18 Apr 2007 14:02:46 -0600 (MDT)

Author: grothoff
Date: 2007-04-18 14:02:46 -0600 (Wed, 18 Apr 2007)
New Revision: 4757

Modified:
   Extractor/src/plugins/id3v23extractor.c
Log:
better

Modified: Extractor/src/plugins/id3v23extractor.c
===================================================================
--- Extractor/src/plugins/id3v23extractor.c     2007-04-18 19:57:18 UTC (rev 
4756)
+++ Extractor/src/plugins/id3v23extractor.c     2007-04-18 20:02:46 UTC (rev 
4757)
@@ -1,6 +1,6 @@
 /*
      This file is part of libextractor.
-     (C) 2002, 2003, 2004, 2006 Vidyut Samanta and Christian Grothoff
+     (C) 2002, 2003, 2004, 2006, 2007 Vidyut Samanta and Christian Grothoff
 
      libextractor is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -205,7 +205,8 @@
                            word,
                            tmap[i].type);      
        } else {
-         free(word);
+         if (word != NULL)
+           free(word);
        }
        break;
       }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]