coverity#705190 Missing break in switch

Change-Id: Icf74b016a05999814ae234caf850c808da23ce96
This commit is contained in:
Caolán McNamara 2014-06-04 13:10:41 +01:00
parent 29afc48322
commit b2c987f1a7

View File

@ -432,6 +432,7 @@ JNICALL Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI
{
case GOTBUFFER:
free(nbuff);
/* fall-through */
case INMONITOR:
(*env)->MonitorExit(env, obj_this);
case START: