<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - random tab crashes in firefox nightly"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107384#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - random tab crashes in firefox nightly"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107384">bug 107384</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>Sigh.
diff --git a/src/loader/loader.c b/src/loader/loader.c
index 43275484cc..87b7281f78 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -274,7 +274,7 @@ int loader_get_user_preferred_fd(int default_fd, bool
*different_device)
static int
drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id)
{
- drmDevicePtr device;
+ drmDevicePtr device = NULL;
int ret;
if (drmGetDevice2(fd, 0, &device) == 0) {</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>