The unified diff between revisions [aede3f7a..] and [04aa5b48..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/lsi/main.c'

#
# old_revision [aede3f7a75ebfe5ac3c9ef0ef313bd6175fbe622]
# new_revision [04aa5b488cdcfccafef4ba9d99749b84e1b76083]
#
# patch "src/lsi/main.c"
#  from [9e783639920424728a7a1b8c3984eb30a7ecfe4a]
#    to [dabb12419380d84d4c7403175a31f80ac42f3240]
#
============================================================
--- src/lsi/main.c	9e783639920424728a7a1b8c3984eb30a7ecfe4a
+++ src/lsi/main.c	dabb12419380d84d4c7403175a31f80ac42f3240
@@ -16,7 +16,7 @@ void finish(void)
 
 	for (i = nplugins-1; i >= 0; i--) {
 		printf("Shutting down plugin '%s'\n", PT(i).pl_name);
-		(PT(i).pl_init)();
+		(PT(i).pl_shutdown)();
 		printf("Plugin '%s' shut down\n", PT(i).pl_name);
 		PT(i).pl_active = 0;
 	}