「view this page in B3 βῆτα server」

Revisions №56617

branch: master 「№56617」
Commited by: Rocco Moretti
GitHub commit link: 「f96ec53aff2a575f」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 13:09:38

Fix GasteigerAtomTyper unit tests. The source of the problem was a *reference* to a COP that was being passed around. While the underlying object was still existing, the COP object itself was getting deleted, resulting in bad memory access. This expressed itself (intermittantly) on Mac but not Linux due to differences in how the memory was being handled, and if the referenced memory was reused or not.

...