mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
fix rga prescale mode mem leak
This commit is contained in:
@@ -796,6 +796,11 @@ static int rga_blit(rga_session *session, struct rga_req *req)
|
||||
break;
|
||||
}
|
||||
num = 2;
|
||||
|
||||
if(NULL != req2)
|
||||
{
|
||||
kfree(req2);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user