load_code/overlay: Don't close plugin handle before calling the plugin.
commitd523fd6e6407137ce12395a49223ba41009357ba
authorThomas Martitz <kugel@rockbox.org>
Sat, 26 May 2012 20:57:21 +0000 (26 22:57 +0200)
committerThomas Martitz <kugel@rockbox.org>
Sat, 26 May 2012 20:57:21 +0000 (26 22:57 +0200)
tree8b85d11db596dc10b53be946ad1828856fd43125
parent3f365fc06b67f8842b2e155349110f7c5659768d
load_code/overlay: Don't close plugin handle before calling the plugin.

Doesnt fix an actual bug because closing a handle is a no-op on all
native targets and others dont use overlay.

Change-Id: Ie55e3fd4abd08b174d86ca25aed54a970dddbebd
apps/plugins/lib/overlay.c