Re: [Gnucap-devel] Compiling for FreeBSD

al davis <[email protected]> Wed, 5 Apr 2017 00:42:44 -0400
Newsgroups gmane.comp.gnu.gnucap.general,gmane.comp.gnu.gnucap.devel
Message-ID <[email protected]>
On Wed, 5 Apr 2017 00:38:36 -0400
al davis <[email protected]> wrote:

> I have an idea, but I will need you to test it.

Try commenting out lines 54 and 55 of l_dispatcher.h .

  ~DISPATCHER_BASE() {
#if !defined(NDEBUG)
    for (typename std::map<std::string, CKT_BASE*>::iterator
	 ii = _map->begin();
	 ii != _map->end();
	 ++ii) {
      assert(!(ii->second));
    }
#endif
    //delete _map;   // comment out
    //_map = NULL;
  }