kylelutz / chemkit

A C++ library for molecular modelling, cheminformatics and molecular visualization.
http://www.chemkit.org
BSD 3-Clause "New" or "Revised" License
54 stars 26 forks source link

Segfault in the Moiety::molecule() method #11

Closed kylelutz closed 13 years ago

kylelutz commented 13 years ago

The Moiety::molecule() method will crash with a segmentation fault when called on an empty Moiety object.

tufangorel commented 13 years ago

I will be working on it.