[gnome-keyring/gnome-3-2] Rename GKR_SECURE_USE_FALLBACK to fix building with valgrind support
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/gnome-3-2] Rename GKR_SECURE_USE_FALLBACK to fix building with valgrind support
- Date: Sat, 26 Nov 2011 07:16:53 +0000 (UTC)
commit 1ac9bec0000652bfe17c7e2b5a677fd41b7116b9
Author: Andre Klapper <ak-47 gmx net>
Date: Sat Nov 26 00:26:03 2011 +0100
Rename GKR_SECURE_USE_FALLBACK to fix building with valgrind support
https://bugzilla.gnome.org/show_bug.cgi?id=664850
egg/egg-secure-memory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egg/egg-secure-memory.c b/egg/egg-secure-memory.c
index facc9fe..8c6fac2 100644
--- a/egg/egg-secure-memory.c
+++ b/egg/egg-secure-memory.c
@@ -1113,7 +1113,7 @@ egg_secure_free_full (void *memory, int flags)
#ifdef WITH_VALGRIND
/* We like valgrind's warnings, so give it a first whack at checking for errors */
- if (block != NULL || !(flags & GKR_SECURE_USE_FALLBACK))
+ if (block != NULL || !(flags & EGG_SECURE_USE_FALLBACK))
VALGRIND_FREELIKE_BLOCK (memory, sizeof (word_t));
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]