MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / ~PluginList

Method ~PluginList

pluginManager/src/PluginList.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56PluginList::~PluginList(void)
57{
58 if (_variableHandler)
59 delete _variableHandler;
60
61 clearPluginList();
62}
63
64void PluginList::init(NppData *nppData)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected