Kaydet (Commit) ea65a630 authored tarafından Jörg Budischewski's avatar Jörg Budischewski

#87522# duplicate free on memory block fixed

üst d73573f5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: pipe.c,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -356,7 +356,6 @@ void SAL_CALL osl_releasePipe( oslPipe pPipe ) ...@@ -356,7 +356,6 @@ void SAL_CALL osl_releasePipe( oslPipe pPipe )
#ifdef LINUX #ifdef LINUX
} }
#endif #endif
__osl_destroyPipeImpl( pPipe );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment