Here I am again partha.
pietje@gerard ~ $ /usr/bin/gimp-2.9 --pdb-compat-mode on
This is a development version of GIMP. Debug messages may appear here.
Traceback (most recent call last):
File "/home/pietje/.gimp-2.9/plug-ins/template-parameters.py", line 64, in <module>
(PF_REGION, "pf_region",_("Region"), 100), #int
NameError: name 'PF_REGION' is not defined
(gimp-2.9:2814): LibGimpBase-WARNING **: gimp-2.9: gimp_wire_read(): error
(gimp-2.9:2814): LibGimpBase-WARNING **: gimp-2.9: gimp_wire_read(): error
** (process:2823): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:2823): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:2823): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
** (process:2824): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:2824): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:2824): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
mapped '<Toolbox>/Xtns/Batch Tools/Batch Divide Scanned Images...' to '<Image>/Filters/Extensions/Batch Tools/Batch Divide Scanned Images...'
mapped '<Toolbox>/Xtns/FX-Foundry/Animation/Letter Drop' to '<Image>/Filters/Extensions/FX-Foundry/Animation/Letter Drop'
mapped '<Toolbox>/Xtns/Misc/Labels/CD label...' to '<Image>/File/Create/Misc/Labels/CD label...'
mapped '<Toolbox>/Xtns/Misc/Labels/Rect label...' to '<Image>/File/Create/Misc/Labels/Rect label...'
fp-script-fu-anim-path-stroke: image-type contains unrecognizable parts:'RGB* GRAYSCALE*'
mapped '<Toolbox>/Filters/Decor' to '<Image>/Filters/Decor'
mapped '<Toolbox>/Xtns/Photography/' to '<Image>/Filters/Extensions/Photography/'
mapped '<Toolbox>/Xtns/Script-Fu/Text' to '<Image>/Filters/Extensions/Script-Fu/Text'
GEGL Operation: 3.82733 MPixels/sec
GEGL Operation: 1.99755 MPixels/sec
pietje@gerard ~ $
I converted a raw Panasonic camera file to 16 bit tiff in ufraw and then using the convert command in your post to made it png.
In the titlebar of gimp it says:[test] (imported)-1.0 (RGB color 16-bit integer,1 layer) 3664x2448-GIMP.
I named the png "test.png".
As you can see no memory leaks.
For good measure I went to Image > Precision and changed 16 bit integer to 32 bit float.
It apparently didn't faze Gimp or gegl.
I am now going to get new git files and recompile.
Gerard.