The unified diff between revisions [aede3f7a..] and [4029749b..] 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 [4029749b9ead646e788e96bfd20e494a8bf99f61] # # 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; }