devilhorns pushed a commit to branch master.
commit d163e5df1f22147deb3c1b294e64f1d8bb1cbaac
Author: Chris Michael <[email protected]>
Date: Thu Aug 1 12:45:14 2013 +0100
Check for valid windows hash before searching it.
Signed-off-by: Chris Michael <[email protected]>
---
src/lib/ecore_wayland/ecore_wl_window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/ecore_wayland/ecore_wl_window.c
b/src/lib/ecore_wayland/ecore_wl_window.c
index eb26099..09408c1 100644
--- a/src/lib/ecore_wayland/ecore_wl_window.c
+++ b/src/lib/ecore_wayland/ecore_wl_window.c
@@ -542,6 +542,7 @@ ecore_wl_window_find(unsigned int id)
{
Ecore_Wl_Window *win = NULL;
+ if (!_windows) return NULL;
win = eina_hash_find(_windows, _ecore_wl_window_id_str_get(id));
return win;
}
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk