Destroy jquery plugin between ember components

Hello, for example, i have 2 templates: gallery - with jQuery plugin (included by component.extend), contact - without any plugins.

What Ember doing with this plugin? Destroy it after changing template? Or Ember initialize plugin in memory, every time, after calling template component?

I should to destroy() this plugin from memory manually?

L