diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:28:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:42 +0200 |
commit | 04c196eb21879f4db0e55a12ecdf529f9a7e823d (patch) | |
tree | e4e886974a704a79dedc441f2b4cbbaa30af3db4 /proto-wine | |
parent | e92d209598e115acc9ed7bf90bed61be80238536 (diff) |
minor tweaks only
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/ftnoir_protocol_wine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.cpp b/proto-wine/ftnoir_protocol_wine.cpp index b3a780e7..b1b8ecef 100644 --- a/proto-wine/ftnoir_protocol_wine.cpp +++ b/proto-wine/ftnoir_protocol_wine.cpp @@ -27,7 +27,6 @@ wine::~wine() shm->stop = true; wrapper.waitForFinished(100); } - wrapper.kill(); wrapper.close(); //shm_unlink("/" WINE_SHM_NAME); } |