diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-28 16:00:03 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-28 16:00:03 +0000 |
commit | ea65a630d4c572bd85299dd97ff549fa93c48267 (patch) | |
tree | 3988339dd27d19b2393830e9b37f9896a4dbd976 /sal/osl | |
parent | d73573f5631517f7cf0e79ef8c128454a188f29b (diff) |
#87522# duplicate free on memory block fixed
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/pipe.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sal/osl/unx/pipe.c b/sal/osl/unx/pipe.c index 07cde86adbdd..cd0a776a9d2f 100644 --- a/sal/osl/unx/pipe.c +++ b/sal/osl/unx/pipe.c @@ -2,9 +2,9 @@ * * $RCSfile: pipe.c,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: jbu $ $Date: 2001-04-27 11:02:15 $ + * last change: $Author: jbu $ $Date: 2001-05-28 17:00:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -356,7 +356,6 @@ void SAL_CALL osl_releasePipe( oslPipe pPipe ) #ifdef LINUX } #endif - __osl_destroyPipeImpl( pPipe ); } } |