提交 91487c6c 编写于 作者: J jgodinez

8008173: [parfait] #1173 Uninitialised variable -- TransformHelper.cpp

Reviewed-by: prr, vadim
Contributed-by: jia-hong.chen@oracle.com
上级 6b74c46b
......@@ -353,6 +353,9 @@ Java_sun_java2d_loops_TransformHelper_Transform
pInterpFunc = pBicubicFunc;
maxlinepix = LINE_SIZE / 16;
break;
default:
// Should not happen, but just in case.
return;
}
srcInfo.bounds.x1 = sx1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册