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:
parent
eb2a40e1f0
commit
73b0901ce0
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue