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;
  }


_______________________________________________
Help-gnucap mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-gnucap

Reply via email to