coverity#705190 Missing break in switch
Change-Id: Icf74b016a05999814ae234caf850c808da23ce96
This commit is contained in:
parent
29afc48322
commit
b2c987f1a7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user