Changeset 2fa15f0 for variable.c


Ignore:
Timestamp:
Oct 30, 2006, 1:51:58 AM (18 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f72f573
Parents:
f8b42ac
Message:
1) Fix massive memory leak. I've removed the variable that held the
mainloop hook name, replacing the two references to it with the
hard-coded function "owl::mainloop_hook". We were discussing doing
this anyhow, and since leak was in getting the variable over and over
again, this was the easiest way to deal.

2) Updated owlconf.pl in light of (1). Update your local copy!

3) jabber - groupchat history is not requested, and is explicitly
ignored.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    rbc220b2 r2fa15f0  
    356356               "delete a message right as it came in.\n" ),
    357357
    358   OWLVAR_STRING( "perl_mainloop_hook" /* %OwlVarStub */, NULL,
    359                  "mainloop hook to perl",
    360                  "If this variable is set, owl will call to the perl function\n"
    361                  "specified." ),
    362  
    363358  /* This MUST be last... */
    364359  { NULL, 0, NULL, 0, NULL, NULL, NULL, NULL,
Note: See TracChangeset for help on using the changeset viewer.