Error report on no null pointer
authorŁukasz Buśko <l.busko@samsung.com>
Thu, 8 Jan 2015 14:52:02 +0000 (15:52 +0100)
committerŁukasz Buśko <l.busko@samsung.com>
Thu, 8 Jan 2015 14:52:02 +0000 (15:52 +0100)
src/navigator.c

index 527b414..3459e1a 100644 (file)
@@ -24,6 +24,7 @@
    {\
      ERROR("Error_log:%s",error->message);\
      g_error_free(error);\
+        error = NULL;\
    }
 
 static AtspiAccessible *current_obj;