summaryrefslogtreecommitdiff
path: root/plugins/arm
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-23 18:57:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-23 19:01:46 (GMT)
commitabefe01dd260cddbd253ba0c03d9c903138c71c1 (patch)
tree834f683e79893534324af94c537984542b7dc00a /plugins/arm
parent50eb8c462e7ad2b4e5b82d27b1af6e86091ea272 (diff)
Tracked the reference counter for plugins with more care.
Diffstat (limited to 'plugins/arm')
-rw-r--r--plugins/arm/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arm/core.c b/plugins/arm/core.c
index 6a512b2..d2dd805 100644
--- a/plugins/arm/core.c
+++ b/plugins/arm/core.c
@@ -33,7 +33,7 @@
DEFINE_CHRYSALIDE_PLUGIN("arm", "Add support for the ARM architecture", "0.1.0",
- RL("PyChrysalide"), AL(PGA_PLUGIN_INIT));
+ RL("PyChrysalide"), AL(PGA_PLUGIN_INIT, PGA_PLUGIN_EXIT));