Author Topic: coding...  (Read 19697 times)

cannam

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
    • View Profile
Re: coding...
« Reply #15 on: August 17, 2009, 16:27:58 »
At first glance, that looks like an error in the destructor -- perhaps calling del_fvec on something that has never been allocated.  Are you sure that everything you are deleting or deallocating in the destructor was in fact allocated properly in the constructor?


Chris