diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-04-18 14:18:56 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-04-18 14:18:56 +0100 |
commit | dfc02547ff5f35bfa5cffd6a0dcb56402db59f33 (patch) | |
tree | 4cc2f07bc9a0d094de54b1a7cbe095e469bde264 | |
parent | b642ced0830d4e91785ba94677abe637c7cb3791 (diff) |
Shouldn't free the mode here. It's done later on.
-rw-r--r-- | linux-core/drm_crtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c index 02325520..38d596ba 100644 --- a/linux-core/drm_crtc.c +++ b/linux-core/drm_crtc.c @@ -197,7 +197,6 @@ void drm_crtc_probe_output_modes(struct drm_device *dev, int maxX, int maxY) drm_mode_probed_add(output, stdmode); drm_mode_list_concat(&output->probed_modes, &output->modes); - drm_crtc_mode_destroy(dev, stdmode); DRM_DEBUG("Adding standard 640x480 @ 60Hz to %s\n", output->name); |