aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2010-07-24 21:03:49 +0100
committerEric Anholt <[email protected]>2010-08-01 19:58:06 -0700
commit86f100b136626e91f4f66f3776303475e2e58998 (patch)
tree8198687f1c97d4099c44c3446469b748c25a313a /tools/perf/util/scripting-engines/trace-event-python.c
parent8dc1775dce10d5e47d2805665804fddf39ea3a90 (diff)
drm/i915: Unreference object not handle on creation
When creating an object, we create the handle by which it is known to the process and which own the reference to the object. That reference to the new handle is what we want to transfer to the process, not the lost reference to the object; so free the local object reference *not* the process's handle reference. This brings i915_gem_object_create_ioctl() into line with drm_gem_open_ioctl() Signed-off-by: Chris Wilson <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions