commit | bf4097ea5762bd90d836df9904594eb4822fefa7 | [log] [tgz] |
---|---|---|
author | Zhi Wang <zhi.a.wang@intel.com> | Sun Sep 10 21:36:21 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Nov 16 11:46:50 2017 +0800 |
tree | 784b0f88f341672605225cf86514f3609ccb7168 | |
parent | 91d5d85442b2a65e5f4e1726565c1c1a8ba9976f [diff] |
drm/i915/gvt: Fix a memory leak in cmd_parser.c The pointer points to the original memory can never take the return value of krealloc(). Signed-off-by: Zhi Wang <zhi.a.wang@intel.com>