Skip to content
  • Not Zed's avatar
    Add a missed unref. · d38a417d
    Not Zed authored
    2000-11-29  Not Zed  <NotZed@HelixCode.com>
    
    	* tests/message/test2.c (main): Add a missed unref.
    
    	* camel-stream-mem.c (camel_stream_mem_set_buffer): We must set
    	ourselves as the owner of the byte-array.
    	Weird, someone has modified this file (its been reindented), but i
    	can't see any changelogs ...
    
    	* tests/lib/messages.c (content_finalise): Fix memleak in tester,
    	free byte array when our content object is deleted.
    
    	* camel-folder-search.c (camel_folder_search_finalize): Yeah
    	great, so the sexp is a gtk object, not a camel object.  Isn't
    	that going to be fun to fix?
    
    	* camel-session.c (camel_session_finalise): Free the storage path.
    
    	* providers/local/camel-local-store.c (camel_local_store_init): If
    	store->folders is setup, free it first, then overwrite.  Hmm,
    	this seems a bit crappy to me.
    
    	* camel-store.c (camel_store_init): Dont setup store->folders if
    	its already setup.
    
    	* camel-exception.c (camel_exception_setv): Removed a memleak.  no
    	need to strdup after a strd...
    d38a417d