gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20748 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r20748 - gnunet/src/fs
Date: Sat, 24 Mar 2012 19:45:44 +0100

Author: grothoff
Date: 2012-03-24 19:45:44 +0100 (Sat, 24 Mar 2012)
New Revision: 20748

Modified:
   gnunet/src/fs/gnunet-publish.c
Log:
-nullcheck

Modified: gnunet/src/fs/gnunet-publish.c
===================================================================
--- gnunet/src/fs/gnunet-publish.c      2012-03-24 18:41:57 UTC (rev 20747)
+++ gnunet/src/fs/gnunet-publish.c      2012-03-24 18:45:44 UTC (rev 20748)
@@ -291,7 +291,8 @@
   }
   if (!do_disable_creation_time)
     GNUNET_CONTAINER_meta_data_add_publication_date (m);
-  if (disable_extractor)
+  if ( (disable_extractor) &&
+       (NULL != *uri) )
   {
     GNUNET_FS_uri_destroy (*uri);
     *uri = NULL;




reply via email to

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