summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap.c
diff options
context:
space:
mode:
authorFelix Blyakher <felixb@sgi.com>2009-06-11 17:07:28 -0500
committerFelix Blyakher <felixb@sgi.com>2009-06-12 10:26:52 -0500
commit7747a0b0af5976ba3828796b4f7a7adc3bb76dbd (patch)
treecf56450f057c3045341fe50c4e865466ee8a4522 /fs/xfs/xfs_bmap.c
parent35fd035968de4f674b9d62ee7b1d80ab7a50c384 (diff)
xfs: fix freeing memory in xfs_getbmap()
Regression from commit 28e211700a81b0a934b6c7a4b8e7dda843634d2f. Need to free temporary buffer allocated in xfs_getbmap(). Signed-off-by: Felix Blyakher <felixb@sgi.com> Signed-off-by: Hedi Berriche <hedi@sgi.com> Reported-by: Justin Piszcz <jpiszcz@lucidpixels.com> Reviewed-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_bmap.c')
-rw-r--r--fs/xfs/xfs_bmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c
index 4b0f6efb046c..7928b9983c1d 100644
--- a/fs/xfs/xfs_bmap.c
+++ b/fs/xfs/xfs_bmap.c
@@ -6086,6 +6086,7 @@ xfs_getbmap(
break;
}
+ kmem_free(out);
return error;
}
-2'>distro/mimo/mimo-6-2 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/grouparealistener.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-04use less dynamic_cast when broadcasting BulkDataHintNoel Grandin1-3/+2
2024-05-17loplugin:ostr in sc/../toolNoel Grandin1-2/+2
2022-08-13Fix typoAndrea Gelmini1-1/+1
2022-02-20make CollectCellAction sort cells by cell address (tdf#119083)Luboš Luňák1-2/+8
2021-12-06signed-integer-overflowStephan Bergmann1-1/+1
2021-12-06process broadcasts for adjacent cells together (tdf#119083)Luboš Luňák1-3/+4
2021-10-14tdf#119083 small improvement to large vlookup sheet insertNoel Grandin1-4/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-2/+3
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-7/+6
2016-11-09assert a supposed-to-be-fixed condition, tdf#89957 relatedEike Rathke1-1/+9
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-12/+9
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-7/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-02-06mpColumn can already be dead in ~FormulaGroupAreaListenerStephan Bergmann1-4/+1
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-16/+0
2015-06-27tdf#90717 prevent crash, not really fixedEike Rathke1-1/+32
2015-04-15tdf#89957 prevent crash, not really fixedEike Rathke1-2/+20
2015-04-15more SAL_INFO sc.core.grouparealistenerEike Rathke1-3/+6
2015-02-18coverity#1267652 Logically dead codeCaolán McNamara1-2/+4
2015-02-18Avoid numeric overflow when printing BCA_LISTEN_ALWAYS rangeStephan Bergmann1-3/+3
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-12/+32
2015-02-03add some SAL_INFO to group area listener and formula cell ctor/dtorEike Rathke1-0/+10
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-10/+0
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke1-0/+4
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+26
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-2/+15
2014-11-21Dump formula group listener info.Kohei Yoshida1-0/+13
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida1-90/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-0/+321