Home
last modified time | relevance | path

Searched refs:G_queue (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-macro/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-lipsum/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()
/dports/devel/geany-plugin-lua/geany-plugins-1.38/git-changebar/src/
H A Dgcb-plugin.c71 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
175 static GAsyncQueue *G_queue = NULL; variable
515 G_queue = g_async_queue_new (); in get_cached_blob_contents_async()
517 G_thread = g_thread_new (PLUGIN"/blob-worker", worker_thread, G_queue); in get_cached_blob_contents_async()
519 G_thread = g_thread_create (worker_thread, G_queue, FALSE, NULL); in get_cached_blob_contents_async()
523 g_async_queue_push (G_queue, job); in get_cached_blob_contents_async()
1485 G_queue = NULL; in plugin_init()
1542 g_async_queue_push (G_queue, QUIT_THREAD_JOB); /* notify the thread */ in plugin_cleanup()
1545 g_async_queue_unref (G_queue); in plugin_cleanup()
1546 G_queue = NULL; in plugin_cleanup()

12