Changeset 25b5b4b


Ignore:
Timestamp:
Dec 23, 2003, 5:30:20 PM (20 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
dad943e
Parents:
701a184
Message:
Fix memory handling bug introduced into new buddylist function
Fix help mistake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r4b660cc r25b5b4b  
    305305  OWLCMD_ARGS("blist", owl_command_blist, OWL_CTX_INTERACTIVE,
    306306              "List all buddies logged in",
    307               "alist",
     307              "blist",
    308308              "Print a listing of buddies logged in, regardless of protocol."),
    309309
  • functions.c

    r4b660cc r25b5b4b  
    31563156      }
    31573157    }
     3158    owl_list_free_all(&anyone, owl_free);
    31583159  }
    31593160#endif
     
    31613162  owl_function_popless_fmtext(&fm);
    31623163  owl_fmtext_free(&fm);
    3163   owl_list_free_all(&anyone, owl_free);
    31643164}
    31653165
Note: See TracChangeset for help on using the changeset viewer.