Newsgroups: comp.parallel.pvm
From: Michael Flynn <flynn_michael@jpmorgan.com>
Subject: Bug, Feature, or Stupidity?
Organization: JP Morgan
Date: Mon, 09 Jun 1997 17:14:25 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <339C7231.41C67EA6@jpmorgan.com>

Hey,

Sifting through a recent Purify session, I noticed that the function
pvm_exit() does not delete the current send buffer when it exits and
creates a leak.

Therefore is it just good practice to do a
    pvm_freebuf(pvm_getsbuf())
before a call to pvm_exit? Is this a bug or correct default behavior?
If the user is setting/using mutiple send buffers, should he take the
reponsibilty to manage them?

I guess this wouldn't really matter if your program exited out right
after this, but of course, mine contiues on.

-Mike
flynn_michael@jpmorgan.com

