1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 17:22:48 -07:00

* src/gfilenotify.c (Fgfile_add_watch): Cleanup temporary variable.

This commit is contained in:
Michael Albinus 2015-09-27 20:16:06 +02:00
parent eb2a40e1f0
commit 73b0901ce0

View file

@ -195,6 +195,7 @@ will be reported only in case of the `moved' event. */)
/* Enable watch. */
monitor = g_file_monitor (gfile, gflags, NULL, &gerror);
g_object_unref (gfile);
if (gerror)
{
char msg[1024];