aboutsummaryrefslogtreecommitdiffstats
path: root/vbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'vbe.c')
-rw-r--r--vbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbe.c b/vbe.c
index c228f24..34914bc 100644
--- a/vbe.c
+++ b/vbe.c
@@ -294,10 +294,10 @@ int get_edid(char *edid)
(box_is_xbox() || vbe_check_vbe_info()) &&
vbe_get_edid_info(edid);
- FreeInt10();
#ifdef LRMI
if (!ok) ok = get_edid__old(edid);
#endif
+ FreeInt10();
} else if (getuid() != 0)
fprintf(stderr, "you must be root to run this program\n");