It depends on how you exit your VI.
If you use the Stop LabVIEW primitive their will might be a lot of garbage collection going on. If the user closes the last VI window, the same is going to happen unless you
handle it correctly.
If you use hardware (I assume you do by the name of the zip), it is important to close all references, dll's and other funky stuff you might be doing.
Ton