Compositor memory leak fixes
[profile/ivi/qtwayland.git] / src / compositor / hardware_integration / graphicshardwareintegration.h
index aea1645..cad2882 100644 (file)
@@ -52,6 +52,7 @@ class GraphicsHardwareIntegration
 {
 public:
     GraphicsHardwareIntegration(WaylandCompositor *compositor);
+    virtual ~GraphicsHardwareIntegration() { }
 
     virtual void initializeHardware(Wayland::Display *waylandDisplay) = 0;