~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to gl/allocsa.valgrind

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mto: (5.1.1 edgy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051208221321-d54343ca8hlwzkac
Tags: upstream-1.9.19
ImportĀ upstreamĀ versionĀ 1.9.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Suppress a valgrind message about use of uninitialized memory in freesa().
 
2
# This use is OK because it provides only a speedup.
 
3
{
 
4
    freesa
 
5
    Memcheck:Cond
 
6
    fun:freesa
 
7
}