Ecore_X(cb): Add missing free of reply.

SVN revision: 63005
This commit is contained in:
Christopher Michael 2011-08-30 18:36:43 +00:00
parent bd3a56cc18
commit 9dcd3cf466
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ ecore_x_atom_name_get(Ecore_X_Atom atom)
memcpy(name, xcb_get_atom_name_name(reply), len);
name[len] = '\0';
free(reply);
return name;
}