Derek Atkins wrote:

Phil Longstaff [1]<[EMAIL PROTECTED]> writes:


     if( gda_value_is_null( val ) ) {
-        (*setter)( pObject, NULL );
+               date = g_date_new_dmy( 1, 1, 1970 );
+        (*setter)( pObject, date );

Don't you need to free the date?

   Yes, I do.  Thanks.
   Phil

References

   1. mailto:[EMAIL PROTECTED]
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to