You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyGC_Collect(); // run destructors while we still have the router around
374
+
// int ret = PyRun_SimpleString("import objgraph; import gc; gc.collect(); from qpid_dispatch_internal.management import config");
375
+
// assert(ret == 0);
376
+
377
+
// qd_python_finalize();
378
+
371
379
qd_router_free(qd->router);
372
380
qd_container_free(qd->container);
373
381
qd_server_free(qd->server);
374
382
qd_log_finalize();
375
-
qd_alloc_finalize();
376
-
qd_python_finalize();
383
+
qd_alloc_finalize(); // python objects may use alloc pool objects during finalization? TODO: they do that now // actually, no, too late to do real work now
0 commit comments