Re: [Spice-devel] [PATCH spice-common] codegen: Do not generate extra null check

2016-07-25 Thread Fabiano FidĂȘncio
On Mon, Jul 25, 2016 at 6:40 PM, Pavel Grunt wrote: > Spotted by coverity Although I remember seeing free (NULL); crashing in some really old BDSs, it's a no-op in pretty much any modern system. > --- > python_modules/demarshal.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > di

[Spice-devel] [PATCH spice-common] codegen: Do not generate extra null check

2016-07-25 Thread Pavel Grunt
Spotted by coverity --- python_modules/demarshal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py index 2252f37..de2ccd0 100644 --- a/python_modules/demarshal.py +++ b/python_modules/demarshal.py @@ -1098,8 +1098,7 @