Re: [Mesa-dev] [PATCH v2] intel/i965: fix resource leak

2016-09-25 Thread Nayan Deshmukh
Hi Lionel, Thanks for the review. Can you please push the patch. Regards, Nayan. On Sun, Sep 25, 2016 at 10:18 PM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Reviewed-by: Lionel Landwerlin > > > On 25/09/16 16:06, Nayan Deshmukh wrote: > >> CovID: 1373370 >> v2: fix indentatio

Re: [Mesa-dev] [PATCH v2] intel/i965: fix resource leak

2016-09-25 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 25/09/16 16:06, Nayan Deshmukh wrote: CovID: 1373370 v2: fix indentation Signed-off-by: Nayan Deshmukh --- src/intel/tools/disasm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/intel/tools/disasm.c b/src/intel/tools/disasm.c i

[Mesa-dev] [PATCH v2] intel/i965: fix resource leak

2016-09-25 Thread Nayan Deshmukh
CovID: 1373370 v2: fix indentation Signed-off-by: Nayan Deshmukh --- src/intel/tools/disasm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/intel/tools/disasm.c b/src/intel/tools/disasm.c index e527615..4ac7b90 100644 --- a/src/intel/tools/disasm.c +++ b/src/intel/to