Changeset c809f5e for commands.c


Ignore:
Timestamp:
Mar 24, 2011, 4:06:10 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
b13daa0
Parents:
f25df21
git-author:
David Benjamin <davidben@mit.edu> (03/08/11 15:16:37)
git-committer:
David Benjamin <davidben@mit.edu> (03/24/11 16:06:10)
Message:
Use owl_function_command_norv when we don't care about the result

Otherwise, we forget to g_free it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r010a951 rc809f5e  
    12151215  ptr = skiptokens(buff, 1);
    12161216
    1217   owl_function_command(ptr);
     1217  owl_function_command_norv(ptr);
    12181218  owl_function_addstartup(ptr);
    12191219
Note: See TracChangeset for help on using the changeset viewer.