Check for valid savedtypes imgfile before trying to use it.
authorChris Michael <cp.michael@samsung.com>
Wed, 5 Jun 2013 11:56:31 +0000 (12:56 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 5 Jun 2013 11:57:10 +0000 (12:57 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_cnp.c

index 682d6e3..f80e63c 100644 (file)
@@ -2756,6 +2756,8 @@ _wl_dropable_data_handle(Wl_Cnp_Selection *sel, char *data)
    sdata.x = savedtypes.x;
    sdata.y = savedtypes.y;
 
+   if (!savedtypes.imgfile) return;
+
    if ((drop->types & ELM_SEL_FORMAT_MARKUP) && 
        (drop->types & ELM_SEL_FORMAT_IMAGE))
      {