commit | 451623a5a15eb7bd5f722d0502db9a4a6daec017 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Wed Jul 11 11:15:25 2012 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed Jul 11 11:15:25 2012 -0700 |
tree | f3f259ef43996ab6d6f16ecfc64c6c933a8a1482 | |
parent | f44907f702d1d53724064f72d18e177a4f2fbfeb [diff] |
Fix use of uninitialized arrays. gradient_checking_cost_function_test.cc was using arrays without initializing them which triggers valgrind errors, and causes failures when built on the N900. Thanks to Sebastian Koch for reporting the error and Markus Moll for pin pointing the cause of the error. Change-Id: Iee498969bb5026eb302ea2990edf189e70f97800