Merge "citrix" branch into "master".
[openvswitch] / lib / dpif-linux.c
index 4c34325651fdd6efef0594b876ebb9699324d5c9..1eaba744903b9357b5b7cb15b0f7933568554ca3 100644 (file)
@@ -677,6 +677,8 @@ get_major(const char *target)
         }
     }
 
+    fclose(file);
+
     VLOG_ERR("%s: %s major not found (is the module loaded?)", fn, target);
     return -ENODEV;
 }