diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-19 14:16:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-20 01:40:56 +0700 |
commit | 60f1036a684f5b45807ea9e223c35f04cb2dba0b (patch) | |
tree | 3f71b898a01a0d7c1c073e69bc9d7495798eeef0 /development/xa/dxa-valgrind-patch.txt.1 | |
parent | 71190e58b85840c57a5fd83662bb78ce1820b6bd (diff) | |
download | slackbuilds-60f1036a684f5b45807ea9e223c35f04cb2dba0b.tar.gz |
development/xa: Updated for version 2.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xa/dxa-valgrind-patch.txt.1')
-rw-r--r-- | development/xa/dxa-valgrind-patch.txt.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/xa/dxa-valgrind-patch.txt.1 b/development/xa/dxa-valgrind-patch.txt.1 new file mode 100644 index 0000000000..92a5658f69 --- /dev/null +++ b/development/xa/dxa-valgrind-patch.txt.1 @@ -0,0 +1,12 @@ +diff --git a/tools/dxa-0.1.3/scan.c b/tools/dxa-0.1.3/scan.c +index e7855f8..586d31b 100644 +--- a/tools/dxa-0.1.3/scan.c ++++ b/tools/dxa-0.1.3/scan.c +@@ -597,6 +597,7 @@ int ScanSpecified (void) + (unsigned int)entry->address); + return 1; + } ++ entry = FindNextEntryType (NULL, ~0, RTN_SURE); + DeleteEntry (entry); + } + |