'\n' at the end of a vml file causes hang+memory fillup.
This commit is contained in:
parent
3ce6e877c3
commit
e9fbc68190
1 changed files with 4 additions and 0 deletions
|
@ -255,6 +255,10 @@ StreamDataContainer::StreamDataContainer( const Reference< XInputStream >& rxInS
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
pcCurr = pcEnd;
|
||||
}
|
||||
}
|
||||
|
||||
// set the final data sequence
|
||||
|
|
Loading…
Reference in a new issue