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:
|
case GOTBUFFER:
|
||||||
free(nbuff);
|
free(nbuff);
|
||||||
|
/* fall-through */
|
||||||
case INMONITOR:
|
case INMONITOR:
|
||||||
(*env)->MonitorExit(env, obj_this);
|
(*env)->MonitorExit(env, obj_this);
|
||||||
case START:
|
case START:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user