Fix typo in license headers
[oweals/cde.git] / cde / programs / dtmail / libDtMail / Common / Buffer.C
index 13fec632f707cb89f080a180bd2c256fbce5080a..e06b0a4f4fa22c3c4038415e59929c110db76ab4 100644 (file)
@@ -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);
 }