diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-07-23 18:57:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-07-23 19:01:46 (GMT) |
commit | abefe01dd260cddbd253ba0c03d9c903138c71c1 (patch) | |
tree | 834f683e79893534324af94c537984542b7dc00a /plugins/dalvik | |
parent | 50eb8c462e7ad2b4e5b82d27b1af6e86091ea272 (diff) |
Tracked the reference counter for plugins with more care.
Diffstat (limited to 'plugins/dalvik')
-rw-r--r-- | plugins/dalvik/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/core.c b/plugins/dalvik/core.c index 524e3c9..2e936b9 100644 --- a/plugins/dalvik/core.c +++ b/plugins/dalvik/core.c @@ -36,7 +36,7 @@ DEFINE_CHRYSALIDE_PLUGIN("dalvik", "Add support for the Dalvik architecture", "0.1.0", - RL("PyChrysalide"), AL(PGA_PLUGIN_INIT)); + RL("PyChrysalide"), AL(PGA_PLUGIN_INIT, PGA_PLUGIN_EXIT)); |