Potential memory leak

Issue #109 new
Samir Menon repo owner created an issue

In muscle code SChaiGraphics.cpp :

Also, chai is now bsd. So can avoid some cruft from when it was GPL and we wanted to potentially avoid linking with it.

      ~SGraphicsMusclePoint()
      {//NOTE TODO : Possible memory leak.
        // if(S_NULL!=pos_) { delete pos_;  }
      }

Comments (0)

  1. Log in to comment