commit | 7fd620b331970e5db9f6721470c4f4f57de73fa6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Jan 18 19:05:23 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jul 07 16:01:31 2014 +0200 |
tree | 98f208943d04f1b8170d26bb4472e2a7333ca976 | |
parent | b55f5789827e825a05b8df4ba01ee8313321a5db [diff] |
Fix misplaced initialisation. If one of the calls to mpi_grow() before setting Apos would fail, then mpi_free( &Apos ) would be executed without Apos being initialised.