From a65403c54abd269ed5717a208b61014502e35967 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 11 Aug 2016 23:20:59 +0100 Subject: Remove disco features added by plugins on unload --- src/plugins/python_plugins.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/python_plugins.c') diff --git a/src/plugins/python_plugins.c b/src/plugins/python_plugins.c index b38afaab..66efec54 100644 --- a/src/plugins/python_plugins.c +++ b/src/plugins/python_plugins.c @@ -40,6 +40,7 @@ #include "config/files.h" #include "plugins/api.h" #include "plugins/callbacks.h" +#include "plugins/disco.h" #include "plugins/plugins.h" #include "plugins/python_api.h" #include "plugins/python_plugins.h" @@ -826,6 +827,7 @@ python_plugin_destroy(ProfPlugin *plugin) { disable_python_threads(); callbacks_remove(plugin->name); + disco_remove_features(plugin->name); free(plugin->name); free(plugin); allow_python_threads(); -- cgit 1.4.1-2-gfad0 in'>main Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/html/060rewrite_literal_string.cc.html
blob: 6596dd01b82e3fab8918be52840e8cb5812eed2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112