From 9b1c46ea4a7dd6ffc8261663a58830e9293bc5c1 Mon Sep 17 00:00:00 2001 From: Tomas 'ZeXx86' Jedrzejek Date: Sun, 5 Jul 2009 21:03:58 +0200 Subject: [PATCH] When the web page with plugin is closed, plugin try to destroy possible instances of arenalive client --- ns-unix.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ns-unix.c b/ns-unix.c index 9612dee..d32a14e 100644 --- a/ns-unix.c +++ b/ns-unix.c @@ -109,6 +109,9 @@ NPError NP_Shutdown () { Log ("shutdown"); + /* prevent before multiple instances */ + system ("killall arenalive-linux -s9"); + return NPERR_NO_ERROR; } -- 2.11.4.GIT