From e8739116379b24770ef86c13b97a1264c7935448 Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 22 Sep 2000 11:55:37 +0000 Subject: [PATCH] forgot shmFlush() in closeSHM() git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@125 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Shm.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index b978a3a..713152c 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/src/Shm.pl @@ -25,6 +25,7 @@ sub closeSHM { my ($key) = @_; my $IPC_RMID = 0; + &shmFlush(); &status("Closed shared memory (shm) key: [$key]"); return shmctl($key, $IPC_RMID, 0); } -- 2.39.5