Kaydet (Commit) b2c987f1 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705190 Missing break in switch

Change-Id: Icf74b016a05999814ae234caf850c808da23ce96
üst 29afc483
...@@ -432,6 +432,7 @@ JNICALL Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI ...@@ -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:
......
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