diff options
author | Thomas White <taw@physics.org> | 2010-05-28 17:17:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-05-28 17:17:57 +0200 |
commit | d5899847b31eaaffd676f23dbc3538f06cc2faec (patch) | |
tree | 1307f04c9a0d46e54a684a5b1a9f69e1ab436754 /src/indexamajig.c | |
parent | 361bbacf1b17cdf57b8870dc8b560ff1a6831b1f (diff) |
Fix WEIRD Valgrind warnings
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 50318a1b..3dee0072 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -323,6 +323,7 @@ static void *process_image(void *pargsv) } /* No cell at this point? Then we're done. */ + result->peaks_sane = 0; if ( image.indexed_cell == NULL ) goto done; /* Sanity check */ |