[Gnucash-changes] Eliminate double free of memory.

David Hampton hampton at cvs.gnucash.org
Thu Jul 7 18:44:27 EDT 2005


Log Message:
-----------
Eliminate double free of memory.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/app-file:
        gw-app-file-spec.scm

Revision Data
-------------
Index: gw-app-file-spec.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/app-file/gw-app-file-spec.scm,v
retrieving revision 1.4.4.2
retrieving revision 1.4.4.3
diff -Lsrc/app-file/gw-app-file-spec.scm -Lsrc/app-file/gw-app-file-spec.scm -u -r1.4.4.2 -r1.4.4.3
--- src/app-file/gw-app-file-spec.scm
+++ src/app-file/gw-app-file-spec.scm
@@ -54,7 +54,7 @@
   (gw:wrap-function
    ws
    'gnc:history-get-last
-   '(<gw:mchars> caller-owned)
+   '(<gw:mchars> callee-owned)
    "gnc_history_get_last"
    '()
    "Get the last file opened by the user.")


More information about the gnucash-changes mailing list