gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: fix


From: gnunet
Subject: [taler-taler-mdb] branch master updated: fix
Date: Fri, 28 Feb 2020 15:59:05 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new cdacf03  fix
cdacf03 is described below

commit cdacf03ededf8c6f18df9ec11067e6c116801594
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Feb 28 15:59:03 2020 +0100

    fix
---
 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index 8247d95..953d890 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2031,7 +2031,7 @@ write_mdb_command (void *cls)
       chkSum += mdb.txBuffer[idx] = mdb.cmd->cmd.bin[idx];
     for (size_t idx = 0; idx < mdb.cmd->data.bin_size; idx++)
       chkSum += mdb.txBuffer[idx + mdb.cmd->cmd.bin_size] =
-                  mdb.cmd->data.bin[idx];
+        mdb.cmd->data.bin[idx];
     mdb.txBuffer[mdb.cmd->cmd.bin_size + mdb.cmd->data.bin_size] =
       (uint8_t) (chkSum & 0xFF);
   }
@@ -2718,8 +2718,8 @@ read_products (void *cls,
       GNUNET_break (GNUNET_OK ==
                     GNUNET_DISK_file_close (fh));
     }
+    GNUNET_free (thumbnail_fn);
   }
-  GNUNET_free (thumbnail_fn);
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_number (cls,
                                              section,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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