X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtmail%2FlibDtMail%2FCommon%2FBuffer.C;h=e06b0a4f4fa22c3c4038415e59929c110db76ab4;hb=1fe5a550b25493541cf9dfb21bbf2f8eaf7ebcd4;hp=13fec632f707cb89f080a180bd2c256fbce5080a;hpb=0ecef859cfacb5118ef489be5b09b2cde7a70195;p=oweals%2Fcde.git diff --git a/cde/programs/dtmail/libDtMail/Common/Buffer.C b/cde/programs/dtmail/libDtMail/Common/Buffer.C index 13fec632..e06b0a4f 100644 --- a/cde/programs/dtmail/libDtMail/Common/Buffer.C +++ b/cde/programs/dtmail/libDtMail/Common/Buffer.C @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -236,6 +236,8 @@ BufferMemory::iterate(Buffer::CallBack callback, ...) // check for problems if (ret) break; } + + va_end(va); return (ret); }